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