export component APIs from convert
This commit is contained in:
parent
b958caebdd
commit
0c2e057f9d
@ -53,5 +53,11 @@ define([
|
|||||||
});
|
});
|
||||||
return convert;
|
return convert;
|
||||||
}());
|
}());
|
||||||
|
|
||||||
|
convert.core = {
|
||||||
|
vdom: vdom,
|
||||||
|
hyperjson: hyperjson,
|
||||||
|
hyperscript: hyperscript
|
||||||
|
};
|
||||||
return convert;
|
return convert;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user