@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
18 lines • 607 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TimeDisplayControlType = void 0;
/**
* Types of controls available to render time part
*/
var TimeDisplayControlType;
(function (TimeDisplayControlType) {
/**
* masked edit
*/
TimeDisplayControlType[TimeDisplayControlType["Text"] = 0] = "Text";
/**
* dropdown
*/
TimeDisplayControlType[TimeDisplayControlType["Dropdown"] = 1] = "Dropdown";
})(TimeDisplayControlType || (exports.TimeDisplayControlType = TimeDisplayControlType = {}));
//# sourceMappingURL=TimeDisplayControlType.js.map