mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-14 13:03:07 +00:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
import { createContext } from 'react';
|
|
|
|
const context = createContext({});
|
|
export default context;
|