Skip to content

Commit b667cb2

Browse files
committed
fix(component): fixes grid cols proptype
1 parent 8ff50ca commit b667cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ declare module "styled-tidy" {
5353
justify: string
5454
): string;
5555
export function grid(
56-
cols: string,
56+
cols: number,
5757
colGap: string | number,
5858
rowGap?: string | number
5959
): string;

0 commit comments

Comments
 (0)