upload-item-link.d.ts 92 B

123456
  1. export interface UploadItemLink {
  2. rel: string;
  3. target: string;
  4. text?: string;
  5. }