UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

15 lines 809 B
import React from 'react'; import Drawer from '../Drawer'; import { Meta } from '@storybook/react-webpack5'; declare const meta: Meta<typeof Drawer>; export default meta; export declare const Default_: (args: any) => React.JSX.Element; export declare const Backdrop_: (args: any) => React.JSX.Element; export declare const BgColor_: (args: any) => React.JSX.Element; export declare const Width_: (args: any) => React.JSX.Element; export declare const HideHeader_: (args: any) => React.JSX.Element; export declare const Swipeable_: (args: any) => React.JSX.Element; export declare const Direction_: (args: any) => React.JSX.Element; export declare const Variant_: (args: any) => React.JSX.Element; export declare const KeepMounted: (args: any) => React.JSX.Element; //# sourceMappingURL=Drawer.stories.d.ts.map