UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

7 lines (6 loc) 307 B
import React from 'react'; import { RadioButtonProps, Theme, Size } from './RadioButton.types'; declare const RadioButtonComponent: React.FC<RadioButtonProps>; export declare const RadioButtonTheme: typeof Theme; export declare const RadioButtonSize: typeof Size; export default RadioButtonComponent;