Export the ReactDatePickerProps interface

This is useful when wrapping the date picker in a custom component so that the props of the custom component can extend ReactDatePickerProps.
This commit is contained in:
Hussein Shabbir 2017-06-27 21:00:24 +04:00 committed by GitHub
parent cab2a719f4
commit 7bff99cf63

View File

@ -9,7 +9,7 @@
import * as React from "react";
import * as moment from "moment";
interface ReactDatePickerProps {
export interface ReactDatePickerProps {
autoComplete?: string;
autoFocus?: boolean;
calendarClassName?: string;