UNPKG
@it-corp/vpbank-spotlight
Version:
latest (0.1.2)
0.1.2
0.1.1
Command center components for react and VPbank components
@it-corp/vpbank-spotlight
/
scripts
/
rollup
/
compile.d.ts
3 lines
(2 loc)
•
138 B
TypeScript
View Raw
1
2
3
import
{
RollupOptions
}
from
"rollup"
;
export
declare
function
compile
(
config: RollupOptions
):
Promise
<
import
(
"rollup"
).
RollupOutput
[]>;