UNPKG

next

Version:

The React Framework

6 lines (5 loc) 223 B
import { webpack } from 'next/dist/compiled/webpack/webpack'; export declare function getClientStyleLoader({ isDevelopment, assetPrefix, }: { isDevelopment: boolean; assetPrefix: string; }): webpack.RuleSetUseItem;