UNPKG

@alicloud/console-components

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