UNPKG

@primer/react

Version:

An implementation of GitHub's Primer Design System using React

7 lines 300 B
/** * SSR-safe hook for determining if the current platform is MacOS. When rendering * server-side, will default to non-MacOS and then re-render in an effect if the * client turns out to be a MacOS device. */ export declare function useIsMacOS(): boolean; //# sourceMappingURL=useIsMacOS.d.ts.map