UNPKG

@public-ui/components

Version:

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

7 lines (6 loc) 236 B
import { type FunctionalComponent as FC } from '../../stencil-public-runtime'; import type { KoliBriCustomIcon } from '../../schema'; declare const IconHelper: FC<KoliBriCustomIcon & { class?: string; }>; export default IconHelper;