UNPKG

ng2-color-picker

Version:
10 lines 309 B
var ColorPickerConfiguration = (function () { function ColorPickerConfiguration() { this.width = 25; this.height = 25; this.borderRadius = 4; } return ColorPickerConfiguration; }()); export { ColorPickerConfiguration }; //# sourceMappingURL=color-picker-config.model.js.map