feat(SW-439): remove columns key from interface
This commit is contained in:
@@ -4,6 +4,4 @@ import type { VariantProps } from "class-variance-authority"
|
||||
|
||||
export interface StackableGridProps
|
||||
extends React.HTMLAttributes<HTMLDivElement>,
|
||||
VariantProps<typeof stackableGridVariants> {
|
||||
columns?: 1 | 2 | 3
|
||||
}
|
||||
VariantProps<typeof stackableGridVariants> {}
|
||||
|
||||
Reference in New Issue
Block a user