UNPKG

tri-test-tanto-widget

Version:
6 lines (5 loc) 180 B
import type { PropsWithChildren } from 'react'; export type BadgeIntent = 'default' | 'highlight'; export type BadgeProps = PropsWithChildren & { intent?: BadgeIntent; };