UNPKG

next-with-linaria

Version:
5 lines (4 loc) 182 B
import type { RawLoaderDefinitionFunction } from 'webpack'; type LoaderType = RawLoaderDefinitionFunction; declare const cssOutputLoader: LoaderType; export default cssOutputLoader;