@juki-team/commons - v0.1.10
    Preparing search index...

    Type Alias Device

    type Device = {
        isBrowser: boolean;
        isMobile: boolean;
        label: string;
        osLabel: string;
        type: string;
    }
    Index

    Properties

    isBrowser: boolean
    isMobile: boolean
    label: string
    osLabel: string
    type: string