UNPKG

@atlrdsgn/kit

Version:

An ever–expanding library of React components, primitives, and tools

3 lines • 213 B
export declare function getDevicePlatform(): "android" | "ios" | "linux" | "mac" | "windows" | "unknown"; export type DevicePlatform = ReturnType<typeof getDevicePlatform>; //# sourceMappingURL=use-device.d.ts.map