UNPKG

@mora-light/vue

Version:
5 lines (4 loc) 325 B
export declare const getImagesUrl: (link: string, width?: undefined | number, height?: undefined | number) => string; export declare const dealPid: (pid: string) => string; export declare const copyText: (text?: string) => Promise<void>; export declare const exportTableAsXLSX: (_targetId: string, fileName: string) => void;