jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
26 lines (25 loc) • 594 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Presents the Landing page flat banner inside the component library styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ children, flatbannerStyle, ...props }: import(".").FlatBannerProps) => JSX.Element;
};
};
export default _default;
export declare const LandingPageFlatBanner: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const CustomLandingPageFlatBanner: {
(): JSX.Element;
story: {
title: string;
};
};