UNPKG

petals-ui

Version:
6 lines (3 loc) 151 B
import { IFormControl } from '../../form-control'; interface IColorPickerComponent extends IFormControl<string> {} export { IColorPickerComponent };