UNPKG

512 BTypeScriptView Raw
1import * as React from 'react';
2export interface DrawerContentBodyProps extends React.HTMLProps<HTMLDivElement> {
3 /** Additional classes added to the Drawer. */
4 className?: string;
5 /** Content to be rendered in the drawer */
6 children?: React.ReactNode;
7 /** Indicates if there should be padding around the drawer content body */
8 hasPadding?: boolean;
9}
10export declare const DrawerContentBody: React.FunctionComponent<DrawerContentBodyProps>;
11//# sourceMappingURL=DrawerContentBody.d.ts.map
\No newline at end of file