UNPKG

@cimpress/react-components

Version:
18 lines 542 B
export default class DrawerDemo extends React.Component<any, any, any> { constructor(props: any); constructor(props: any, context: any); state: { open: boolean; autoResize: boolean; size: number; position: string; }; closeDrawer: () => void; openDrawer: () => void; toggleAutoResize: () => void; onSizeChange: (e: any) => void; onPositionChange: (e: any, value: any) => void; render(): React.JSX.Element; } import React from 'react'; //# sourceMappingURL=drawer.d.ts.map