UNPKG

@public-ui/components

Version:

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

5 lines (4 loc) 92 B
export type AlertPropType = boolean; export type PropAlert = { alert: AlertPropType; };