UNPKG

@happysanta/router

Version:
18 lines (17 loc) 352 B
/** * @ignore * @packageDocumentation */ /** * @ignore */ export declare function preventBlinkingBySettingScrollRestoration(): void; /** * @ignore * @param WrappedComponent */ export declare function getDisplayName(WrappedComponent: { displayName?: string; name?: string; }): string; export declare function isDesktopSafari(): boolean;