jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
27 lines (26 loc) • 580 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Story to display the input inside the component library
* styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ id, label, description, 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;
};
};