UNPKG
@divriots/studio-uce-compiler
Version:
latest (0.0.2)
0.0.2
0.0.1
components.studio/edit/ns2RyxzUxGDDIFHQuizz/
@divriots/studio-uce-compiler
/
dist
/
index.d.ts
3 lines
(2 loc)
•
181 B
TypeScript
View Raw
1
2
3
import
type
{
BuildStepArgs
,
SourceTree
}
from
'@divriots/studio-compiler-support'
;
export
declare
function
compile
(
{ input, registry, tree, }:
BuildStepArgs
):
Promise
<
SourceTree
>;