UNPKG

@smartface/contx

Version:
7 lines (6 loc) 387 B
export { default as addChild } from "./action/addChild"; export { default as removeChild } from "./action/removeChild"; export { default as removeChildren } from "./action/removeChildren"; export { default as pageContext } from "./pageContext"; export { default as pageContextPatch } from "./pageContextPatch"; export { default as componentContextPatch } from "./componentContextPatch";