UNPKG

@adaptabletools/adaptable

Version:

Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements

7 lines (6 loc) 220 B
import * as React from 'react'; export interface DrawerProps { open: boolean; onOpenChange?: (open: boolean) => void; } export declare const Drawer: React.FunctionComponent<React.PropsWithChildren<DrawerProps>>;