Spaces:
Sleeping
Sleeping
File size: 209 Bytes
645859a |
1 2 3 4 5 6 7 8 9 10 11 |
declare const _default: {
input: string;
output: {
dir: string;
format: string;
sourcemap: boolean;
}[];
plugins: import("rollup").Plugin[];
};
export default _default;
|