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