UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and PandaCSS

11 lines (8 loc) 292 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { BadgeProps } from './Badge.types.js'; import 'react'; declare const Badge: { ({ count, label, limit, ...props }: BadgeProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Badge, Badge as default };