UNPKG

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