mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import { createContext } from 'react';
|
|
|
|
export const SkeletonContext = createContext<any>({} as any);
|