UNPKG

@whatoplay/react-drawer

Version:
8 lines (7 loc) 214 B
import * as React from 'react'; export interface DrawerHeaderProps { tag?: string; className?: string; } declare const DrawerHeader: React.FunctionComponent<DrawerHeaderProps>; export default DrawerHeader;