UNPKG

deeper-spatial-physics-assistant

Version:

所有开源WebGL和WebGIS仓库的整合

13 lines (11 loc) 205 B
export interface OptionsProps { value: string label: string disabled: string } export interface RadioItem { value: string | number | boolean label: string slot?: string disabled?: boolean }