UNPKG

@microsoft/omnichannel-chat-sdk

Version:
10 lines (9 loc) 457 B
export declare const getDataURL: (file: File) => Promise<string | ArrayBuffer>; export declare const getAttachments: (files: File[]) => Promise<Array<any>>; export declare const getAttachmentSizes: (files: File[]) => number[]; declare const _default: { getDataURL: (file: File) => Promise<string | ArrayBuffer>; getAttachments: (files: File[]) => Promise<Array<any>>; getAttachmentSizes: (files: File[]) => number[]; }; export default _default;