UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

23 lines 622 B
import { RecipeVariants } from "@vanilla-extract/recipes"; export declare const stack: import("@vanilla-extract/recipes").RuntimeFn<{ direction: { vertical: { flexDirection: "column"; }; horizontal: { flexDirection: "row"; }; }; space: { between: { justifyContent: "space-between"; flexGrow: number; }; evenly: { justifyContent: "space-evenly"; flexGrow: number; }; }; }>; export type StackVariants = RecipeVariants<typeof stack>; //# sourceMappingURL=stack.css.d.ts.map