jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
20 lines (19 loc) • 472 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Shows a mobile menu in the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const SidebarNavMenu: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, logoUrl, sitename, onToggleNav, theme, ...props }: import(".").MobileSideNavProps) => JSX.Element;
};
};
};