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

7 lines (6 loc) 252 B
import React from 'react'; import { IPillControlled } from './types/pill'; /** * @deprecated Try the new PillV2 component */ export declare const PillControlled: React.ForwardRefExoticComponent<IPillControlled & React.RefAttributes<HTMLDivElement>>;