coersystem
Version:
Library for Angular projects
10 lines (9 loc) • 341 B
TypeScript
export interface IGridHeaderImportButton {
show: boolean;
path?: string | (string | number)[];
tooltip?: string;
isDisabled?: boolean;
preventDefault?: boolean;
Autofill?: boolean;
color?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'danger' | 'navigation' | 'information' | 'dark' | 'light';
}