jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
26 lines (25 loc) • 610 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Shows a one sidebar layout in the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
};
export default _default;
export declare const DefaultSplitView: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: ({ sidebar, title, children, height, inDetail }: {
sidebar: any;
title?: any;
children: any;
height?: string;
inDetail?: boolean;
}) => JSX.Element;
};
};
};