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)

27 lines (26 loc) 567 B
/** * @file index.tsx * * @fileoverview Story to display the input inside the component library * styleguide. */ /// <reference types="react" /> declare const _default: { title: string; parameters: { component: ({ label, id, disabled, required, error, ...props }: import(".").InputProps) => JSX.Element; }; }; export default _default; export declare const DefaultInput: { (): JSX.Element; story: { name: string; }; }; export declare const DisabledInput: { (): JSX.Element; story: { name: string; }; };