UNPKG

@snowball-tech/fractal

Version:

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

9 lines (7 loc) 214 B
declare const GROUP_NAME = "dialog"; declare enum Positions { Absolute = "absolute", Fixed = "fixed" } declare const DEFAULT_POSITION = Positions.Fixed; export { DEFAULT_POSITION, GROUP_NAME, Positions };