UNPKG

next-nprogress-bar

Version:

NextJS progress bar compatible with new app directory

2 lines (1 loc) 177 B
export declare function getAnchorProperty<T extends HTMLAnchorElement | SVGAElement, K extends keyof T, P extends T[K]>(a: T, key: K): P extends SVGAnimatedString ? string : P;