@cimpress/react-components
Version:
React components to support the MCP styleguide
18 lines • 536 B
TypeScript
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(): JSX.Element;
}
import React from "react";
//# sourceMappingURL=drawer.d.ts.map