UNPKG

next-nprogress-bar

Version:

NextJS progress bar compatible with new app directory

4 lines (3 loc) 353 B
import React from 'react'; import type { ProgressBarProps } from '.'; export declare const PagesProgressBar: React.MemoExoticComponent<({ color, height, options, spinnerPosition, shallowRouting, disableSameURL, startPosition, delay, stopDelay, style, nonce, }: Omit<ProgressBarProps, 'targetPreprocessor' | 'disableAnchorClick'>) => React.JSX.Element>;