@movable/ui 3.20.0 → 3.20.2
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/lib/components/index.d.ts +0 -1
- package/lib/index.d.ts +0 -6
- package/lib/index.mjs +268 -273
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
- package/lib/components/DemoComponent.d.ts +0 -5
package/lib/index.d.ts
CHANGED
|
@@ -183,12 +183,6 @@ declare const defaultDrawerWidths: {
|
|
|
183
183
|
xl: number;
|
|
184
184
|
};
|
|
185
185
|
|
|
186
|
-
export declare function DemoComponent({ stringToDisplay }: DemoComponentProps): JSX_2.Element;
|
|
187
|
-
|
|
188
|
-
declare type DemoComponentProps = {
|
|
189
|
-
stringToDisplay: string;
|
|
190
|
-
};
|
|
191
|
-
|
|
192
186
|
export declare function DetailsLayout({ Header, children, sx, itemProps, ...rest }: LayoutDetailsProps): JSX_2.Element;
|
|
193
187
|
|
|
194
188
|
declare type DrawerType = 'basic' | 'panel' | 'filter';
|