UNPKG

@whatoplay/react-drawer

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