We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d7b97 + 1f82037 commit 4875943Copy full SHA for 4875943
packages/split-grid/index.d.ts
@@ -83,7 +83,7 @@ declare module 'split-grid' {
83
84
export type Direction = 'row' | 'column';
85
86
- export type GridTemplateProperty = 'grid-template-column' | 'grid-template-row';
+ export type GridTemplateProperty = 'grid-template-columns' | 'grid-template-rows';
87
88
export default function Split(options: SplitOptions): SplitInstance;
89
}
0 commit comments