Skip to content

Commit

Permalink
chore: fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Aug 2, 2024
1 parent cc11304 commit a08936d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util/config/theme/pipe.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface AlainThemePipeConfig {
}

export type AlainThemePipeDateFormatCustom = (
value: Date | string | number,
value: Date,
formatString?: string | null,
options?: { locale?: Locale }
) => string;

0 comments on commit a08936d

Please sign in to comment.