UNPKG

@lekseek/ui

Version:

Vue 3 components library

6 lines (5 loc) 115 B
export declare type RadioItem = { name: string | number; label?: string | null; disabled?: boolean; };