UNPKG

galileo-ui

Version:

My Design System Components

10 lines (9 loc) 248 B
import React from 'react'; interface RadioProps { label: string; color?: string; accentColor?: string; name: string; } export declare function StkRadio({ label, color, accentColor, name }: RadioProps): React.JSX.Element; export {};