UNPKG

mp-lens

Version:

微信小程序分析工具 (Unused Code, Dependencies, Visualization)

13 lines (12 loc) 359 B
import { ProjectStructure } from '../../analyzer/project-structure'; declare global { interface Window { __MP_LENS_TITLE__?: string; __MP_LENS_GRAPH_DATA__?: ProjectStructure; __MP_LENS_UNUSED_FILES__?: string[]; } } interface AppProps { } export declare function App(props: AppProps): import("preact").JSX.Element; export {};