jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
21 lines (20 loc) • 486 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Story to display the select inside the component library
* styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ id, items, label, error, required, onChange, onBlur, selectedValue }: import(".").SelectProps) => JSX.Element;
};
};
export default _default;
export declare const SingleSelect: {
(): JSX.Element;
story: {
title: string;
};
};