UNPKG

ng-prime-tools

Version:

An advanced PrimeNG table for Angular

17 lines 451 B
import { SeverityEnum } from '../enums'; export interface ButtonModel { label?: string; icon?: string; iconPos?: 'left' | 'right'; disabled?: boolean; styleClass?: string; loading?: boolean; type?: 'button' | 'submit' | 'reset'; width?: string; height?: string; fontColor?: string; backgroundColor?: string; borderColor?: string; severity?: SeverityEnum; } //# sourceMappingURL=button.model.d.ts.map