UNPKG

coersystem

Version:

Library for Angular projects

10 lines (9 loc) 153 B
export interface IButtonSize { mv?: string; xs?: string; sm?: string; md?: string; lg?: string; xl?: string; xxl?: string; }