UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

9 lines (8 loc) 219 B
import { createContext } from 'react'; export default createContext({ direction: 'vertical', currentLink: '', onLinkClick: function () { }, addLink: function () { }, removeLink: function () { }, });