芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts
import { URISchemeHandler, URIComponents } from "../uri"; export interface MailtoHeaders { [hfname: string]: string; } export interface MailtoComponents extends URIComponents { to: Array
; headers?: MailtoHeaders; subject?: string; body?: string; } declare const handler: URISchemeHandler
; export default handler;