6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
|
import * as React from 'react';
|
||
|
const LinkingContext = /*#__PURE__*/React.createContext({
|
||
|
options: undefined
|
||
|
});
|
||
|
export default LinkingContext;
|
||
|
//# sourceMappingURL=LinkingContext.js.map
|