UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

13 lines 433 B
import * as styles from "./stack.css"; import { Sprinkles } from "../../theme/sprinkles.css"; import { CSSProperties } from "react"; type Props = { variant?: styles.StackVariants; space?: Sprinkles["gap"]; className?: string; style?: CSSProperties; children?: React.ReactNode; }; export declare const Stack: (props: Props) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=stack.d.ts.map