@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
12 lines • 613 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PropertyFieldColorPickerStyle = void 0;
/**
* Enum for specifying how the control should be shown
*/
var PropertyFieldColorPickerStyle;
(function (PropertyFieldColorPickerStyle) {
PropertyFieldColorPickerStyle[PropertyFieldColorPickerStyle["Full"] = 1] = "Full";
PropertyFieldColorPickerStyle[PropertyFieldColorPickerStyle["Inline"] = 2] = "Inline";
})(PropertyFieldColorPickerStyle || (exports.PropertyFieldColorPickerStyle = PropertyFieldColorPickerStyle = {}));
//# sourceMappingURL=IPropertyFieldColorPicker.js.map