UNPKG

next-nprogress-bar

Version:

NextJS progress bar compatible with new app directory

7 lines (6 loc) 239 B
import type { SpinnerPosition } from '..'; export declare const css: ({ color, height, spinnerPosition, }: { color?: string | undefined; height?: string | undefined; spinnerPosition?: SpinnerPosition | undefined; }) => string;