UNPKG

coersystem

Version:

Library for Angular projects

7 lines (6 loc) 129 B
export interface IBoxButton { show: boolean; position?: 'left' | 'right'; isDisabled?: boolean; icon?: string; }