fui-fancyui
Version:
FancyUI Libary
25 lines (24 loc) • 692 B
TypeScript
import { StoryObj } from '@storybook/react';
declare const meta: {
component: import('react').ForwardRefExoticComponent<import('./TRawRadio.model').TRawRadio & import('react').InputHTMLAttributes<HTMLInputElement> & import('react').RefAttributes<HTMLInputElement>>;
title: string;
parameters: {
docs: {
description: {
component: string;
};
};
};
argTypes: {
checked: {
description: string;
control: {
type: "boolean";
};
};
};
tags: string[];
};
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Primary: Story;