diff --git a/types/flickity/index.d.ts b/types/flickity/index.d.ts index ae5dc46cb7..07a9e03d9e 100644 --- a/types/flickity/index.d.ts +++ b/types/flickity/index.d.ts @@ -457,7 +457,7 @@ interface FlickityOptions { * * default: disabled */ - asNavFor?: string; + asNavFor?: string | HTMLElement; /** * The number of pixels a mouse or touch has to move before dragging begins. Increase dragThreshold to allow for more wiggle room for vertical page scrolling on touch devices.