mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +00:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
export * from '@recore/obx';
|
|
import { observer } from '@recore/obx-react';
|
|
|
|
export { observer };
|