UNPKG

extension-develop

Version:
4 lines (3 loc) 255 B
import type { StyleLoaderOptions } from '../common-style-loaders'; export declare function isUsingPostCss(projectPath: string): boolean; export declare function maybeUsePostCss(projectPath: string, opts: StyleLoaderOptions): Promise<Record<string, any>>;