UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 224 B
import { BadgeProps } from './types'; declare const Badge: ({ className, style, layout, badgeBackground, badgeColor, position, children, size, }: BadgeProps) => import("react/jsx-runtime").JSX.Element; export default Badge;