UNPKG

next

Version:

The React Framework

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