Skip to content

Commit e6f6a36

Browse files
committed
fix: Fixed same name export in the compiled files
1 parent e54b162 commit e6f6a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typings/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface StyleClasses {
2323
className?: string;
2424
}
2525

26-
export interface ScrollReveal {
26+
export interface ScrollRevealType {
2727
rootElm?: HTMLElement;
2828
animated?: boolean;
2929
setEnterStyle?: () => void;
@@ -54,7 +54,7 @@ export interface ThemeType {
5454
segoeMDL2Assets?: string;
5555
};
5656
styleManager?: any;
57-
scrollReveals?: ScrollReveal[];
57+
scrollReveals?: ScrollRevealType[];
5858
scrollRevealListener?: (e?: Event) => void;
5959

6060
useFluentDesign?: boolean;

0 commit comments

Comments
 (0)