UNPKG

@atlrdsgn/kit

Version:

An ever–expanding library of React components, primitives, and tools

8 lines (7 loc) • 284 B
import { ChipVariantProps } from './chip.css'; import { default as React } from 'react'; export type ChipProps = ChipVariantProps & React.HTMLAttributes<HTMLSpanElement> & { className?: string; }; export declare const Chip: React.FC<ChipProps>; //# sourceMappingURL=chip.d.ts.map