UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

7 lines (6 loc) 188 B
import { SelectProps } from 'element-plus/es/components/select'; export interface ISelectProps { block?: boolean; width?: string; options: SelectProps['options'] | string[]; }