UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

6 lines (5 loc) 126 B
import { Color } from './color.interface'; export interface Colors extends Color { data?: number[]; label?: string; }