Skip to content

Commit

Permalink
Merge pull request #275 from maronnjapan/patch-1
Browse files Browse the repository at this point in the history
I would like to add two-dimensional arrays to the Value type
  • Loading branch information
shahabyazdi authored May 18, 2024
2 parents e197722 + fad2a48 commit 59d7a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ declare module "react-multi-date-picker" {
| string[]
| number[]
| DateObject[]
| Date[][]
| string[][]
| number[][]
| DateObject[][]
| null;

export type FunctionalPlugin = { type: string; fn: Function };
Expand Down

0 comments on commit 59d7a28

Please sign in to comment.