jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
21 lines (20 loc) • 503 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, description, id, name, values, error, required, selectedValue, ...props }: import(".").RadiosProps) => JSX.Element;
};
};
export default _default;
export declare const DefaultRadio: {
(): JSX.Element;
story: {
name: string;
};
};