Skip to content

Commit

Permalink
Merge pull request #1063 from davidglezz/patch-1
Browse files Browse the repository at this point in the history
fix: export InternalTime in index.d.ts
  • Loading branch information
Jasenkoo authored Jan 3, 2025
2 parents 877c6db + 724027e commit 78220c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export interface PublicMethods extends MethodOptions {
}

type InternalModelValue = Date | Date[] | null;
interface InternalTime {
export interface InternalTime {
hours: number | number[];
minutes: number | number[];
seconds: number | number[];
Expand Down

0 comments on commit 78220c4

Please sign in to comment.