UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

15 lines (10 loc) 808 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { Popover as Popover$1 } from 'radix-ui'; type PopoverProps = React.ComponentProps<typeof Popover$1.Root>; declare function Popover(props: PopoverProps): react_jsx_runtime.JSX.Element; type PopoverContentProps = React.ComponentProps<typeof Popover$1.Content>; declare function PopoverContent({ className, align, sideOffset, ...props }: PopoverContentProps): react_jsx_runtime.JSX.Element; type PopoverTriggerProps = React.ComponentProps<typeof Popover$1.Trigger>; declare function PopoverTrigger(props: PopoverTriggerProps): react_jsx_runtime.JSX.Element; export { Popover as P, PopoverContent as a, type PopoverContentProps as b, type PopoverProps as c, PopoverTrigger as d, type PopoverTriggerProps as e };