Skip to content

Commit 26ced0a

Browse files
committed
Add contains to bootstrap-datepicker DatepickerOptions
1 parent 0116564 commit 26ced0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap-datepicker/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ interface DatepickerOptions {
4242
showOnFocus?: boolean;
4343
immediateUpdates?: boolean;
4444
title?: string;
45+
contains?: string;
4546
}
4647

4748
interface DatepickerCustomFormatOptions {

0 commit comments

Comments
 (0)