randmarcomps 1.74.0 → 1.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/randmarcomps.d.ts +1 -1
- package/dist/randmarcomps.js +241 -241
- package/dist/randmarcomps.umd.cjs +27 -27
- package/package.json +1 -1
package/dist/randmarcomps.d.ts
CHANGED
|
@@ -125,7 +125,7 @@ export declare interface InputProps extends Omit<React_2.ComponentProps<"input">
|
|
|
125
125
|
|
|
126
126
|
export declare function Label({ className, ...props }: React_2.ComponentProps<typeof LabelPrimitive.Root>): JSX.Element;
|
|
127
127
|
|
|
128
|
-
export declare
|
|
128
|
+
export declare const Layout: ForwardRefExoticComponent<LayoutProps & RefAttributes<HTMLInputElement>>;
|
|
129
129
|
|
|
130
130
|
declare interface LayoutProps {
|
|
131
131
|
children: React.ReactNode;
|