UNPKG

vite-plugin-asciidoc

Version:

[![npm](https://img.shields.io/npm/v/vite-plugin-asciidoc?style=for-the-badge)](https://www.npmjs.com/package/vite-plugin-asciidoc)

5 lines (4 loc) 400 B
/// <reference types="html-loader" /> export { getExportCode, getModuleCode, srcType, srcsetType, } from 'html-loader/dist/utils'; export declare function processHtml(html: string, sources: SourcesHandlersMap, context: string, imports: Import[], errors: unknown[], replacements: Replacement[]): string; export declare function getImportCode(html: string, context: string, imports: Import[]): string;