import { PluginWithOptions } from "@mdit/helper"; //#region src/options.d.ts interface MarkdownItImgMarkOptions { /** * Lightmode only ids * * 日间模式 ID * * @default ["light"] */ light?: string[]; /** * Darkmode only ids * * 夜间模式 ID * * @default ["dark"] */ dark?: string[]; } //#endregion //#region src/plugin.d.ts export declare const imgMark: PluginWithOptions; //#endregion export type { MarkdownItImgMarkOptions }; //# sourceMappingURL=index.d.ts.map