mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
react-dates: Add missing horizontalMonthPadding prop. (#42257)
This commit is contained in:
Vendored
+3
@@ -98,6 +98,7 @@ declare namespace ReactDates {
|
||||
hideKeyboardShortcutsPanel?: boolean;
|
||||
verticalHeight?: number;
|
||||
transitionDuration?: number;
|
||||
horizontalMonthPadding?: number;
|
||||
verticalSpacing?: number;
|
||||
|
||||
// navigation related props
|
||||
@@ -205,6 +206,7 @@ declare namespace ReactDates {
|
||||
isRTL?: boolean;
|
||||
verticalHeight?: number | null;
|
||||
transitionDuration?: number;
|
||||
horizontalMonthPadding?: number;
|
||||
|
||||
// navigation related props
|
||||
navPrev?: string | JSX.Element;
|
||||
@@ -437,6 +439,7 @@ declare namespace ReactDates {
|
||||
verticalHeight?: number;
|
||||
noBorder?: boolean;
|
||||
transitionDuration?: number;
|
||||
horizontalMonthPadding?: number;
|
||||
|
||||
navPrev?: string | JSX.Element;
|
||||
navNext?: string | JSX.Element;
|
||||
|
||||
Reference in New Issue
Block a user