UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

12 lines (9 loc) 358 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { DeletableChipProps } from './types.js'; import 'react'; import 'react-aria-components'; import 'tailwind-variants'; import './styles.js'; import 'tailwind-merge'; declare function DeletableChip({ ref, ...props }: DeletableChipProps): react_jsx_runtime.JSX.Element; export { DeletableChip };