UNPKG

@accelint/design-toolkit

Version:

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

13 lines (10 loc) 465 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as react from 'react'; import { ChipListProps } from './types.js'; import 'react-aria-components'; import 'tailwind-variants'; import './styles.js'; import 'tailwind-merge'; declare const ChipListRenderingContext: react.Context<boolean>; declare function ChipList<T extends object>({ ref, ...props }: ChipListProps<T>): react_jsx_runtime.JSX.Element; export { ChipList, ChipListRenderingContext };