UNPKG

petals-ui

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