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 40968f1 commit b7a9458Copy full SHA for b7a9458
src/hooks/useTopLoader.tsx
@@ -9,7 +9,7 @@ interface TopLoaderActions {
9
trickle: () => NProgress.NProgress;
10
isStarted: () => boolean;
11
isRendered: () => boolean;
12
- getPositioningCSS: () => "translate3d" | "translate" | "margin";
+ getPositioningCSS: () => 'translate3d' | 'translate' | 'margin';
13
}
14
15
export const useTopLoader = (): TopLoaderActions => {
0 commit comments