UNPKG

fit-select

Version:

选择框

13 lines (12 loc) 199 B
"use strict"; class Props { constructor() { this.value = ''; this.disabled = false; this.zIndex = 1; } } exports.Props = Props; class State { } exports.State = State;