UNPKG

404 BTypeScriptView Raw
1import * as React from 'react';
2export interface DrawerMainProps extends React.HTMLProps<HTMLDivElement> {
3 /** Additional classes added to the drawer main wrapper. */
4 className?: string;
5 /** Content to be rendered in the drawer main wrapper*/
6 children?: React.ReactNode;
7}
8export declare const DrawerMain: React.FunctionComponent<DrawerMainProps>;
9//# sourceMappingURL=DrawerMain.d.ts.map
\No newline at end of file