UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

8 lines (7 loc) 220 B
import { ValueOf } from '../internal/types'; export declare const RadioSize: { readonly Medium: "medium"; readonly Small: "small"; readonly Mini: "mini"; }; export type RadioSize = ValueOf<typeof RadioSize>;