UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

13 lines (12 loc) 275 B
export type AlertProps<T extends object = object> = { element?: string title?: string titleTag?: string titleProps?: any bodyProps?: any className?: string theme?: 'info' | 'success' | 'warning' | 'alert' } & T