UNPKG

@umijs/bundler-webpack

Version:
5 lines (4 loc) 207 B
import { Config } from '@svgr/core'; import type { LoaderContext } from '../../compiled/webpack'; declare function svgrLoader(this: LoaderContext<Config>, contents: string): void; export default svgrLoader;