UNPKG

@alifd/meet-react

Version:

Fusion Mobile React UI System Component

20 lines (19 loc) 693 B
"use strict"; exports.__esModule = true; exports.HeaderType = exports.CellStatusType = void 0; var CellStatusType; (function (CellStatusType) { CellStatusType["normal"] = "normal"; CellStatusType["disabled"] = "disabled"; CellStatusType["selected"] = "selected"; CellStatusType["current"] = "current"; CellStatusType["range"] = "range"; CellStatusType["begin"] = "begin"; CellStatusType["end"] = "end"; CellStatusType["today"] = "today"; })(CellStatusType || (exports.CellStatusType = CellStatusType = {})); var HeaderType; (function (HeaderType) { HeaderType["select"] = "select"; HeaderType["normal"] = "normal"; })(HeaderType || (exports.HeaderType = HeaderType = {}));