UNPKG

@whatoplay/react-drawer

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