mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-01 16:58:15 +00:00
4 lines
108 B
TypeScript
4 lines
108 B
TypeScript
/// <reference types="react" />
|
|
declare const context: import("react").Context<{}>;
|
|
export default context;
|