UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

14 lines (9 loc) 716 B
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.Element; type PopoverContentProps = React.ComponentProps<typeof Popover$1.Content>; declare function PopoverContent({ className, align, sideOffset, ...props }: PopoverContentProps): React.JSX.Element; type PopoverTriggerProps = React.ComponentProps<typeof Popover$1.Trigger>; declare function PopoverTrigger(props: PopoverTriggerProps): React.JSX.Element; export { Popover as P, PopoverContent as a, type PopoverContentProps as b, type PopoverProps as c, PopoverTrigger as d, type PopoverTriggerProps as e };