Skip to content

Commit

Permalink
fix(component): fixes grid cols proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
dw2 committed Oct 23, 2019
1 parent 8ff50ca commit b667cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ declare module "styled-tidy" {
justify: string
): string;
export function grid(
cols: string,
cols: number,
colGap: string | number,
rowGap?: string | number
): string;
Expand Down

0 comments on commit b667cb2

Please sign in to comment.