UNPKG

@lekseek/ui

Version:

Vue 3 components library

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