UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

9 lines 198 B
import React from 'react'; let LinkContext = /*#__PURE__*/React.createContext({ options: { onCallBack: null, isLink: true, constructURL: () => false } }); export default LinkContext;