UNPKG

@snowball-tech/fractal

Version:

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

9 lines (6 loc) 396 B
import { a as DialogProps, C as CombinedRefs } from '../../../Dialog.types-Bm-XsNcP.js'; export { D as DEFAULT_DIALOG_POSITION, P as DialogPositions } from '../../../Dialog.types-Bm-XsNcP.js'; import * as react from 'react'; import '@radix-ui/react-dialog'; declare const Dialog: react.ForwardRefExoticComponent<DialogProps & react.RefAttributes<CombinedRefs>>; export { Dialog, DialogProps };