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