Skip to content

Commit

Permalink
fix: Fixed same name export in the compiled files
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Aug 31, 2017
1 parent e54b162 commit e6f6a36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export interface StyleClasses {
className?: string;
}

export interface ScrollReveal {
export interface ScrollRevealType {
rootElm?: HTMLElement;
animated?: boolean;
setEnterStyle?: () => void;
Expand Down Expand Up @@ -54,7 +54,7 @@ export interface ThemeType {
segoeMDL2Assets?: string;
};
styleManager?: any;
scrollReveals?: ScrollReveal[];
scrollReveals?: ScrollRevealType[];
scrollRevealListener?: (e?: Event) => void;

useFluentDesign?: boolean;
Expand Down

0 comments on commit e6f6a36

Please sign in to comment.