UNPKG

@adpt/cloud

Version:
8 lines 239 B
/** * Action library for implementing simple primitive components. * @public */ export * from "./Action"; export * from "./Command"; export { ActionPlugin, createActionPlugin } from "./action_plugin"; //# sourceMappingURL=index.d.ts.map