UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

11 lines (10 loc) 361 B
import React from 'react'; import { IChipStandAlone } from './types/chip'; /** * @description * Chip component is a selector. * @param {React.PropsWithChildren<IChipControlled<V>>} props * @returns {JSX.Element} * @constructor */ export declare const ChipStandAlone: React.ForwardRefExoticComponent<IChipStandAlone & React.RefAttributes<HTMLDivElement>>;