UNPKG

umi-plugin-mako

Version:
6 lines (5 loc) 244 B
export declare const getMakoConfig: (config: any, bundleConfig: any) => any; export declare const getStats: (statsJson?: any) => { toJson: () => any; }; export declare const getDevBanner: (protocol: any, host: string, port: any) => string;