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

11 lines
258 B
TypeScript

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