UNPKG

@alicloudfe/components

Version:

A react component library for aliyun

5 lines (4 loc) 172 B
import { createContext } from 'react'; import { getInitialRefElement } from './utils'; var ctx = createContext({ refElement: getInitialRefElement() }); export default ctx;