Skip to content

Commit

Permalink
fix: export InternalTime in index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidglezz authored Jan 2, 2025
1 parent 877c6db commit 724027e
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 724027e

Please sign in to comment.