UNPKG

@trail-ui/react

Version:
11 lines (8 loc) 414 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { PopoverProps as PopoverProps$1 } from 'react-aria-components'; import react__default from 'react'; interface PopoverProps extends Omit<PopoverProps$1, 'children'> { children: react__default.ReactNode; } declare function Popover({ children, className, ...props }: PopoverProps): react_jsx_runtime.JSX.Element; export { Popover, PopoverProps };