UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 381 B
import { IInputMessageFile } from '@/ui/components'; export declare const getPreviewUrlForFile: (file: File) => Promise<string | null>; export declare const formatUploadFiles: (files: File[]) => Promise<IInputMessageFile[]>; export declare const formatSeconds: (seconds: number) => string; export declare function isFileTypeAccepted(fileType: string, acceptStr?: string): boolean;