UNPKG

@beisen-phoenix/select

Version:

## 概述

9 lines (8 loc) 164 B
export interface Item { value: string | number; label: string; disabled?: boolean; } export interface SelectValue { value?: string | Array<Item>; }