UNPKG

@el3um4s/svelte-get-component-info

Version:
5 lines (4 loc) 173 B
import type { CSS } from "./interfaces"; declare function getCSSInfo(s: string): CSS; declare function getCSSName(s: string): string; export { getCSSInfo, getCSSName };