jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
57 lines (56 loc) • 1.51 kB
TypeScript
/**
* @file index.tsx
*
* @fileoverview Story to display the Sidebar inside the component library
* styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const LeftDrawer: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, height, full, isOpen, position, onToggle }: import(".").DrawerProps) => JSX.Element;
};
};
};
export declare const RightDrawer: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, height, full, isOpen, position, onToggle }: import(".").DrawerProps) => JSX.Element;
};
};
};
export declare const BottomDrawer: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, height, full, isOpen, position, onToggle }: import(".").DrawerProps) => JSX.Element;
};
};
};
export declare const BottomDrawerFull: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, height, full, isOpen, position, onToggle }: import(".").DrawerProps) => JSX.Element;
};
};
};
export declare const TopDrawer: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ children, height, full, isOpen, position, onToggle }: import(".").DrawerProps) => JSX.Element;
};
};
};