We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54b162 commit e6f6a36Copy full SHA for e6f6a36
typings/index.d.ts
@@ -23,7 +23,7 @@ export interface StyleClasses {
23
className?: string;
24
}
25
26
-export interface ScrollReveal {
+export interface ScrollRevealType {
27
rootElm?: HTMLElement;
28
animated?: boolean;
29
setEnterStyle?: () => void;
@@ -54,7 +54,7 @@ export interface ThemeType {
54
segoeMDL2Assets?: string;
55
};
56
styleManager?: any;
57
- scrollReveals?: ScrollReveal[];
+ scrollReveals?: ScrollRevealType[];
58
scrollRevealListener?: (e?: Event) => void;
59
60
useFluentDesign?: boolean;
0 commit comments