/** * diwa-inline-notification — Public TypeScript types */ /** Semantic state of the notification. Controls colour, icon, and ARIA live role. */ export type InlineNotificationState = 'info' | 'success' | 'warning' | 'error'; //# sourceMappingURL=types.d.ts.map