UNPKG

coersystem

Version:

Library for Angular projects

8 lines (7 loc) 281 B
export interface IGridHeaderButton { show: boolean; path?: string | (string | number)[]; tooltip?: string; isDisabled?: boolean; color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'navigation' | 'information' | 'dark' | 'light'; }