UNPKG

@slashid/react-primitives

Version:

Primitive components for the /id React SDK

7 lines 194 B
/** * Helper function to check if current runtime is a browser, mainly for SSR. * * @returns boolean */ export declare function isBrowser(): boolean; //# sourceMappingURL=is-browser.d.ts.map