@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
9 lines • 509 B
JavaScript
/**
* Enum for specifying how the control should be shown
*/
export var PropertyFieldSwatchColorPickerStyle;
(function (PropertyFieldSwatchColorPickerStyle) {
PropertyFieldSwatchColorPickerStyle[PropertyFieldSwatchColorPickerStyle["Full"] = 1] = "Full";
PropertyFieldSwatchColorPickerStyle[PropertyFieldSwatchColorPickerStyle["Inline"] = 2] = "Inline";
})(PropertyFieldSwatchColorPickerStyle || (PropertyFieldSwatchColorPickerStyle = {}));
//# sourceMappingURL=IPropertyFieldSwatchColorPicker.js.map