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