IOweb/node_modules/@iconify/tools/lib/svg/analyse/error.d.mts
2026-07-03 15:07:38 -05:00

11 lines
260 B
TypeScript

import { ExtendedTagElement } from './types.mjs';
import '../../misc/cheerio.mjs';
import 'domhandler';
import 'cheerio';
/**
* Get tag for error message
*/
declare function analyseTagError(element: ExtendedTagElement): string;
export { analyseTagError };