UNPKG

fit-select

Version:

选择框

12 lines (11 loc) 186 B
"use strict"; class Props { constructor() { this.label = '分组'; this.ignoreChildren = false; } } exports.Props = Props; class State { } exports.State = State;