UNPKG

mui-simple

Version:

Override mui-v7 components to simplify usage

7 lines 292 B
import React from 'react'; import type { PropsWithChildren } from 'react'; import type { DrawerProps } from '../../decs'; declare const Drawer: React.FC<PropsWithChildren<DrawerProps>>; export type { DrawerProps } from '../../decs'; export default Drawer; //# sourceMappingURL=Drawer.d.ts.map