ng-prime-tools
Version:
An advanced PrimeNG table for Angular
17 lines • 451 B
TypeScript
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