UNPKG

petals-ui

Version:
9 lines (8 loc) 168 B
interface IAlertComponent { message: string; description: string; type: string; closable: boolean; showIcon: boolean; } export { IAlertComponent };