Searched refs:isAppleDevice (Results 1 – 2 of 2) sorted by relevance
7 import { isAppleDevice } from './utils';19 setIsMac(typeof navigator !== 'undefined' && isAppleDevice());
148 export const isAppleDevice = () => { constant