UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 284 B
import './Chip.css'; import type { ChipBaseProps } from './index'; export declare const cnChip: import("@bem-react/classname").ClassNameFormatter; export declare const Chip: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<ChipBaseProps, "button", "as">;