@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) • 302 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { PopoverContentProps } from './types.js';
import 'react';
import 'react-aria-components';
declare function PopoverContent({ children, className, ...rest }: PopoverContentProps): react_jsx_runtime.JSX.Element;
export { PopoverContent };