UNPKG

vite-uni-dev-tool

Version:

vite-uni-dev-tool, debug, uni-app, 一处编写,到处调试

13 lines 358 B
export type Tip = { name: string; description: string; result: string[]; }; export declare const staticTips: Record<string, { attr: Tip[]; fun: Tip[]; }>; export declare const flatStaticTips: Tip[]; export declare const singleTips: string[]; export declare const baseSymbols: string[]; //# sourceMappingURL=staticTips.d.ts.map