feat(SW-439): use existing type

This commit is contained in:
Fredrik Thorsson
2024-10-15 09:33:23 +02:00
parent 8ea7eafb37
commit 5858ac6976
3 changed files with 5 additions and 10 deletions

View File

@@ -3,5 +3,3 @@ import { CardsGrid } from "@/types/trpc/routers/contentstack/blocks"
export interface CardsGridProps extends Pick<CardsGrid, "cards_grid"> {
firstItem?: boolean
}
export type Columns = 1 | 2 | 3