UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

3 lines (2 loc) 130 B
export declare type OS = "undetermined" | "macos" | "ios" | "windows" | "android" | "linux"; export declare function useOS(): OS;