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