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

6 lines
141 B
TypeScript

/**
* Parse inline style
*/
declare function parseInlineStyle(style: string): Record<string, string> | null;
export { parseInlineStyle };