mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Added alphabetical order
This commit is contained in:
committed by
Francisco Ramos
parent
740cbb4f57
commit
b9b514df04
2
types/react-datepicker/index.d.ts
vendored
2
types/react-datepicker/index.d.ts
vendored
@@ -58,8 +58,8 @@ export interface ReactDatePickerProps {
|
||||
openToDate?: moment.Moment;
|
||||
peekNextMonth?: boolean;
|
||||
placeholderText?: string;
|
||||
popperContainer?(props: { children: React.ReactNode[] }): React.ReactNode;
|
||||
popperClassName?: string;
|
||||
popperContainer?(props: { children: React.ReactNode[] }): React.ReactNode;
|
||||
popperModifiers?: any;
|
||||
popperPlacement?: string;
|
||||
preventOpenOnFocus?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user