UNPKG

@snowball-tech/fractal

Version:

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

13 lines (10 loc) 387 B
import './Tag.constants.js'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { TagProps } from './Tag.types.js'; import '../Typography/Typography.constants.js'; import 'react'; declare const Tag: { ({ children, color, disabled, fullWidth, label, size, ...props }: TagProps): react_jsx_runtime.JSX.Element; displayName: string; }; export { Tag, Tag as default };