Skip to content

Commit eae1b3f

Browse files
committed
fix type
Signed-off-by: Evgeniy Bilov <eugenebelov@users.noreply.github.com>
1 parent d1ad91e commit eae1b3f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dist/lib/components/radio-button/radio-button.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ export interface RadioButtonProps extends BaseProps {
77
value: string;
88
color?: string;
99
disabled?: boolean;
10+
size: number;
1011
}
11-
export declare const RadioButton: ({ selected, onChange, label, value, disabled, color, }: RadioButtonProps) => import("react/jsx-runtime").JSX.Element;
12+
export declare const RadioButton: ({ selected, onChange, label, value, disabled, color, size, }: RadioButtonProps) => import("react/jsx-runtime").JSX.Element;
1213
export default RadioButton;
1314
//# sourceMappingURL=radio-button.d.ts.map

0 commit comments

Comments
 (0)