Skip to content

Commit

Permalink
Merge pull request #438 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
Updadting types for new options in FP 4.0.28
  • Loading branch information
alvarotrigo authored Sep 3, 2024
2 parents 3d9c7ef + bb54830 commit a020c19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ declare module '@fullpage/react-fullpage' {
type Parallax = boolean | "sections" | "slides";
type DropEffect = boolean | "sections" | "slides";
type WaterEffect = boolean | "sections" | "slides";
type SkipIntermediateItems = boolean | "sections" | "slides";
type Trigger = "slideArrow" | "verticalNav" | "horizontalNav" | "keydown" | "wheel" | "menu";
type ScrollOverflowReset = boolean | "slides" | "sections";
type WaterEffectOptions = {
Expand Down Expand Up @@ -60,6 +61,7 @@ declare module '@fullpage/react-fullpage' {
interlockedSlides?: InterlockedSlides
keyboardScrolling?: boolean
lazyLoading?: boolean
lazyLoadThreshold?: number
observer?: boolean
licenseKey?: string
credits: Credits
Expand Down Expand Up @@ -90,6 +92,7 @@ declare module '@fullpage/react-fullpage' {
scrollOverflowMacStyle?: boolean
scrollOverflowHandler?: any
scrollOverflowReset?: ScrollOverflowReset
skipIntermediateItems?: SkipIntermediateItems
scrollingSpeed?: number
dropEffect?: DropEffect;
dropEffectOptions?: any;
Expand Down

0 comments on commit a020c19

Please sign in to comment.