UNPKG

@spaced-out/ui-design-system

Version:
149 lines 3.6 kB
import * as React from 'react'; import type { RadioButtonProps } from './RadioButton'; declare const _default: { tags: string[]; title: string; component: import("flow-to-typescript-codemod").Flow.AbstractComponent<RadioButtonProps, HTMLInputElement>; argTypes: { name: { description: string; }; selectedValue: { name: string; description: string; table: { type: { summary: string; }; }; control: { disable: boolean; }; }; tabIndex: { description: string; control: { type: string; }; table: { type: { summary: string; }; defaultValue: { summary: number; }; }; }; value: { name: string; description: string; table: { type: { summary: string; }; }; }; disabled: { name: string; description: string; options: boolean[]; control: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; }; }; focused: { description: string; name: string; options: boolean[]; control: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; }; }; error: { name: string; description: string; options: boolean[]; control: string; table: { type: { summary: string; }; defaultValue: { summary: boolean; }; }; }; classNames: { description: string; control: { type: string; }; table: { type: { summary: string; }; }; }; children: { description: string; table: { type: { summary: string; }; }; }; onChange: { description: string; action: string; type: { summary: string; }; }; align: { description: string; }; ariaLabel: { description: string; table: { type: { summary: string; }; }; }; }; parameters: { docs: { subtitle: string; description: { component: string; }; }; storySource: { componentPath: string; }; }; }; export default _default; export declare const _RadioButton: { (args: RadioButtonProps): React.JSX.Element; args: { disabled: boolean; focused: boolean; children: string; value: string; error: boolean; }; }; //# sourceMappingURL=RadioButton.stories.d.ts.map