jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
23 lines (22 loc) • 553 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Shows a one sidebar layout in the component library.
*/
/// <reference types="styled-components" />
import React from 'react';
declare const _default: {
title: string;
};
export default _default;
export declare const DefaultOneSidebar: {
(): JSX.Element;
story: {
title: string;
parameters: {
component: React.ForwardRefExoticComponent<Pick<import(".").OneSidebarLayoutProps, "content" | "sidebar"> & {
theme?: any;
}>;
};
};
};