UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

8 lines (7 loc) 240 B
import type { Maybe } from "../types.js"; interface CaptionParams { fileName?: Maybe<string>; fileSize?: Maybe<string | number>; } export declare function toDefaultCaption({ fileName, fileSize, }: CaptionParams): string; export {};