Skip to content

Commit

Permalink
update typescript typings
Browse files Browse the repository at this point in the history
  • Loading branch information
gesielrosa authored and gesielrosa committed Aug 3, 2021
1 parent d08f735 commit 27d1507
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
declare module 'simple-parallax-js' {
interface IParallaxSettings {
orientation?: 'up' | 'down' | 'left' | 'right';
orientation?: 'up' | 'down' | 'left' | 'right' | 'up left' | 'up right' | 'down left' | 'down right';
scale?: number;
overflow?: boolean;
delay?: number;
transition?: string;
breakpoint?: number;
customContainer?: string | HTMLElement;
customWrapper?: string;
maxTransition?: number;
Expand All @@ -16,4 +15,4 @@ declare module 'simple-parallax-js' {
public refresh: () => void;
public destroy: () => void;
}
}
}

0 comments on commit 27d1507

Please sign in to comment.