zmp-ui
Version:
Zalo Mini App framework
14 lines (13 loc) • 399 B
JavaScript
export var InputType = /*#__PURE__*/function (InputType) {
InputType["text"] = "text";
InputType["password"] = "password";
InputType["number"] = "number";
return InputType;
}({});
export var InputSize = /*#__PURE__*/function (InputSize) {
InputSize["large"] = "large";
InputSize["medium"] = "medium";
InputSize["small"] = "small";
return InputSize;
}({});
// NOT INJECT TYPE DECLARE