UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

50 lines (49 loc) 1.35 kB
/** * @file index.tsx * * @fileoverview Presents the Landing page hero row inside the component library styleguide. */ import React from 'react'; declare const _default: { title: string; parameters: { component: ({ image, children, boxContent, boxPosition, ...props }: import("styled-system").SpaceProps<Required<import("styled-system").Theme<import("styled-system").TLengthStyledSystem>>, string | number | symbol> & { image: { url: string; alt: string; title: string; portrait?: { url: string; }; }; children?: React.ReactNode; boxContent?: React.ReactNode; boxPosition?: "left" | "bottom"; }) => 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; }; };