UNPKG

@fe-fast/unused-css-pruner

Version:

A powerful CSS pruning tool that removes unused styles with support for dynamic class names, CSS-in-JS, and component-level analysis

18 lines 495 B
import { Config } from './types.js'; /** * Default configuration */ export declare const DEFAULT_CONFIG: Config; /** * Load configuration from file or use defaults */ export declare function loadConfig(configPath?: string): Promise<Config>; /** * Create a sample configuration file */ export declare function createSampleConfig(filePath?: string): void; /** * Get configuration schema for validation */ export declare function getConfigSchema(): any; //# sourceMappingURL=config.d.ts.map