@mora-light/vue
Version:
Mora Light Vue
5 lines (4 loc) • 325 B
TypeScript
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;