Skip to content

Commit

Permalink
fix: done label and cancel label are optional
Browse files Browse the repository at this point in the history
  • Loading branch information
quen09t authored Apr 24, 2018
1 parent 808b9f0 commit 61d6d1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export interface PickerOptions {
hour: number;
minute: number;
};
cancelLabel: string;
doneLabel: string;
cancelLabel?: string;
doneLabel?: string;
}
export interface PickerResponse {
day?: number;
Expand Down

0 comments on commit 61d6d1c

Please sign in to comment.