jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
38 lines (37 loc) • 870 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Presents the Landing page hero row inside the component library styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ image, children, boxContent, boxPosition, ...props }: import(".").HeroRowProps) => JSX.Element;
};
};
export default _default;
export declare const LandingPageHero: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const LandingPageHeroSearchForm: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const LandingPageHeroSearchFormLeft: {
(): JSX.Element;
story: {
title: string;
};
};
export declare const LandingPageHeroResponsive: {
(): JSX.Element;
story: {
title: string;
};
};