payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
10 lines • 353 B
TypeScript
import React from 'react';
import type { Props, TogglerProps } from './types';
import './index.scss';
export declare const formatDrawerSlug: ({ depth, slug }: {
depth: number;
slug: string;
}) => string;
export declare const DrawerToggler: React.FC<TogglerProps>;
export declare const Drawer: React.FC<Props>;
//# sourceMappingURL=index.d.ts.map