import type { VariantProps } from "class-variance-authority" import type { stackableGridVariants } from "./variants" export interface StackableGridProps extends React.HTMLAttributes, VariantProps {}