IOweb/node_modules/@iconify/tools/lib/misc/keyword.d.ts
2026-07-03 15:07:38 -05:00

6 lines
150 B
TypeScript

/**
* Clean up keyword
*/
declare function cleanupIconKeyword(keyword: string, convertCamelCase?: boolean): string;
export { cleanupIconKeyword };