UNPKG

894 BTypeScriptView Raw
1declare var _default: ({
2 input: string;
3 output: {
4 file: string;
5 format: string;
6 sourcemap: boolean;
7 dir?: undefined;
8 entryFileNames?: undefined;
9 chunkFileNames?: undefined;
10 };
11 plugins: import("rollup").Plugin[];
12 external?: undefined;
13} | {
14 input: string[];
15 output: {
16 dir: string;
17 format: string;
18 sourcemap: boolean;
19 entryFileNames: string;
20 chunkFileNames: string;
21 file?: undefined;
22 };
23 external: string[];
24 plugins?: undefined;
25} | {
26 input: string;
27 output: {
28 dir: string;
29 format: string;
30 sourcemap: boolean;
31 entryFileNames: string;
32 chunkFileNames: string;
33 file?: undefined;
34 };
35 external: string[];
36 plugins?: undefined;
37})[];
38export default _default;
39//# sourceMappingURL=rollup.config.d.ts.map
\No newline at end of file