Added alphabetical order

This commit is contained in:
Francisco Ramos
2018-02-13 23:39:55 +01:00
committed by Francisco Ramos
parent 740cbb4f57
commit b9b514df04

View File

@@ -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;