Skip to content

Commit 4875943

Browse files
authored
Merge pull request #785 from nclemeur/master
2 parents f9d7b97 + 1f82037 commit 4875943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/split-grid/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ declare module 'split-grid' {
8383

8484
export type Direction = 'row' | 'column';
8585

86-
export type GridTemplateProperty = 'grid-template-column' | 'grid-template-row';
86+
export type GridTemplateProperty = 'grid-template-columns' | 'grid-template-rows';
8787

8888
export default function Split(options: SplitOptions): SplitInstance;
8989
}

0 commit comments

Comments
 (0)