@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
8 lines (7 loc) • 318 B
TypeScript
import { CombinedRefs, DialogProps } from "./Dialog.types.js";
import * as _$react from "react";
//#region src/components/Dialog/Dialog.d.ts
declare const Dialog: _$react.ForwardRefExoticComponent<DialogProps & _$react.RefAttributes<CombinedRefs>>;
//#endregion
export { Dialog };
//# sourceMappingURL=Dialog.d.ts.map