mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-21 16:30:32 +00:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import { createContext } from 'react';
|
|
|
|
const context = createContext({});
|
|
export default context;
|