UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

7 lines (6 loc) 148 B
/** * Function used to determine if the used browser is a mobile browser * * @returns {boolean} */ export declare function isMobile(): boolean;