UNPKG

@supernovaio/cli

Version:

Supernova.io Command Line Interface

7 lines 364 B
import { StaticComponentAnalyzerResult } from "./types.js"; type AnalyzeStaticComponentsOptions = { includeAllProps?: boolean; }; export declare function analyzeStaticComponents(projectRoot: string, importFrom: string, options?: AnalyzeStaticComponentsOptions): Promise<StaticComponentAnalyzerResult>; export {}; //# sourceMappingURL=static-components.d.ts.map