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
|
export interface StackableGridProps
|
||||||
extends React.HTMLAttributes<HTMLDivElement>,
|
extends React.HTMLAttributes<HTMLDivElement>,
|
||||||
VariantProps<typeof stackableGridVariants> {
|
VariantProps<typeof stackableGridVariants> {}
|
||||||
columns?: 1 | 2 | 3
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user