UNPKG

extension-develop

Version:
13 lines (12 loc) 295 B
import { PluginInterface } from '../../../webpack-types'; export declare function getSpecialFoldersData({ manifestPath }: PluginInterface): { public: { [x: string]: string; }; pages: { [x: string]: string; }; scripts: { [x: string]: string; }; };