UNPKG

@tarojs/components

Version:
7 lines (6 loc) 328 B
export declare const formatTime: (time?: number) => string; export declare const calcDist: (x: number, y: number) => number; export declare const normalizeNumber: (number: number) => number; export declare let scene: string; export declare const screenFn: Record<string, any>; export declare const isHls: (url: any) => boolean;