UNPKG

@whatoplay/react-drawer

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