UNPKG

@snowball-tech/fractal

Version:

Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS

5 lines 456 B
import { AlternateElevations, Elevations } from "../Paper/Paper.constants.js"; import { CombinedRefs, PopoverProps } from "./Popover.types.js"; import { DEFAULT_ELEVATION } from "./Popover.constants.js"; import { Popover } from "./Popover.js"; export { DEFAULT_ELEVATION as DEFAULT_POPOVER_ELEVATION, Popover, AlternateElevations as PopoverAlternateElevations, type CombinedRefs as PopoverCombinedRefs, Elevations as PopoverElevations, type PopoverProps };