UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

8 lines 428 B
import React from 'react'; import type { DocumentDrawerProps, DocumentTogglerProps, UseDocumentDrawer } from './types'; import './index.scss'; export declare const baseClass = "doc-drawer"; export declare const DocumentDrawerToggler: React.FC<DocumentTogglerProps>; export declare const DocumentDrawer: React.FC<DocumentDrawerProps>; export declare const useDocumentDrawer: UseDocumentDrawer; //# sourceMappingURL=index.d.ts.map