UNPKG

brightyui

Version:

Brighty UI library

7 lines (6 loc) 141 B
import { EColors } from '../../types/EColors'; export interface IIconProps { width?: number; height?: number; color?: EColors; }