jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
26 lines (25 loc) • 535 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Display the Main component within the component library.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ size, children, ...props }: import(".").MainProps) => JSX.Element;
};
};
export default _default;
export declare const MainContent: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const CustomMainContent: {
(): JSX.Element;
story: {
title: string;
};
};