UNPKG

@accelint/design-toolkit

Version:

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

9 lines (6 loc) 294 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { PopoverTitleProps } from './types.js'; import 'react'; import 'react-aria-components'; declare function PopoverTitle({ children, className, ...rest }: PopoverTitleProps): react_jsx_runtime.JSX.Element; export { PopoverTitle };