diff --git a/src/VueDatePicker/types/props.ts b/src/VueDatePicker/types/props.ts index 133ee66b..96356a59 100644 --- a/src/VueDatePicker/types/props.ts +++ b/src/VueDatePicker/types/props.ts @@ -51,7 +51,7 @@ export interface RootProps { filters?: Partial; arrowNavigation?: boolean; highlight?: HighlightFn | Partial; - teleport?: string | boolean | HTMLElement; + teleport?: boolean | string | HTMLElement; centered?: boolean; locale?: Locale; weekStart?: string | number | WeekStart;