@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
17 lines (16 loc) • 381 B
TypeScript
import { BadgeProps } from "./Badge.types.js";
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
//#region src/components/Badge/Badge.d.ts
declare const Badge: {
({
children,
count,
label,
limit,
...props
}: BadgeProps): _$react_jsx_runtime0.JSX.Element;
displayName: string;
};
//#endregion
export { Badge };
//# sourceMappingURL=Badge.d.ts.map