jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
30 lines (29 loc) • 677 B
TypeScript
/**
* @file index.tsx
*
* @fileoverview Story to display the radios input inside the component library
* styleguide.
*/
/// <reference types="react" />
declare const _default: {
title: string;
parameters: {
component: ({ label, id, name, values, error, required, selectedValue, ...props }: {
[x: string]: any;
label: any;
id: any;
name: any;
values: any;
error: any;
required: any;
selectedValue?: any;
}) => any;
};
};
export default _default;
export declare const DefaultRadio: {
(): JSX.Element;
story: {
name: string;
};
};