@snowball-tech/fractal
Version:
Fractal's (Snowball's design system) React component library based on RadixUI and TailwindCSS
10 lines • 346 B
TypeScript
//#region src/components/Dialog/Dialog.constants.d.ts
declare const GROUP_NAME = "dialog";
declare enum Positions {
Absolute = "absolute",
Fixed = "fixed"
}
declare const DEFAULT_POSITION = Positions.Fixed;
//#endregion
export { GROUP_NAME as n, Positions as r, DEFAULT_POSITION as t };
//# sourceMappingURL=Dialog.constants-BgcOEWyj.d.ts.map