UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (9 loc) 190 B
export type ProvTypeChild = { text: String; code: String | Number; }; export type ProvType = { text?: String; code?: String | Number; children?: Array<ProvTypeChild>; };