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