Skip to content

Commit

Permalink
feat(time-picker): add interface
Browse files Browse the repository at this point in the history
  • Loading branch information
chen_gh committed Sep 6, 2024
1 parent d12438b commit ba5052b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static-past-time-picker/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export interface StaticPastTimePickerProps extends Omit<PickerProps, 'onSelect'>
onRangeSelect?: (dates: [Date, Date], index: number) => void;
NotAvailableToday: boolean;
earliestApprove: boolean;
quickOptions: { value: string; label: string }[];
quickOptions?: { value: string; label: string }[];
}

export interface RangePickerProps extends PickerProps {
Expand Down

0 comments on commit ba5052b

Please sign in to comment.