UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

9 lines 455 B
/** * Enum for specifying how the control should be shown */ export var PropertyFieldColorPickerStyle; (function (PropertyFieldColorPickerStyle) { PropertyFieldColorPickerStyle[PropertyFieldColorPickerStyle["Full"] = 1] = "Full"; PropertyFieldColorPickerStyle[PropertyFieldColorPickerStyle["Inline"] = 2] = "Inline"; })(PropertyFieldColorPickerStyle || (PropertyFieldColorPickerStyle = {})); //# sourceMappingURL=IPropertyFieldColorPicker.js.map