Skip to content

Commit

Permalink
Merge pull request #785 from nclemeur/master
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancahill committed Jul 4, 2023
2 parents f9d7b97 + 1f82037 commit 4875943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/split-grid/index.d.ts
Expand Up @@ -83,7 +83,7 @@ declare module 'split-grid' {

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

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

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

0 comments on commit 4875943

Please sign in to comment.