UNPKG

@whatoplay/react-drawer

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