UNPKG

@public-ui/components

Version:

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

8 lines (7 loc) 225 B
import type { BadgeTextPropType } from '../../schema'; type Props = { badgeText: BadgeTextPropType; label: string; }; export declare const InternalUnderlinedBadgeText: ({ badgeText, label }: Props) => any; export {};