UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

7 lines (6 loc) 175 B
export declare const isBrowser: () => boolean; export declare type SSRState = { isBrowser: boolean; isServer: boolean; }; export declare const useSSR: () => SSRState;