@droppii-org/chat-sdk
Version:
Droppii React Chat SDK
9 lines • 332 B
TypeScript
interface ShortenOptions {
maxLength?: number;
keepStart?: number;
keepEnd?: number;
}
export declare const shortenFileName: (name: string, options?: ShortenOptions) => string;
declare const FilePreview: () => import("react/jsx-runtime").JSX.Element;
export default FilePreview;
//# sourceMappingURL=FilePreview.d.ts.map