UNPKG

videogular2

Version:

Videogular is a video application framework for desktop and mobile powered by Angular 2.0

12 lines (11 loc) 290 B
export declare class VgUtils { /** * Inspired by Paul Irish * https://gist.github.com/paulirish/211209 * @returns {number} */ static getZIndex(): number; static isMobileDevice(): boolean; static isiOSDevice(): boolean; static isCordova(): boolean; }