UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

8 lines (7 loc) 228 B
import { type FunctionalComponent as FC } from '../../stencil-public-runtime'; import type { AlertType } from '../../schema'; declare const AlertIcon: FC<{ label?: string; type?: AlertType; }>; export default AlertIcon;