UNPKG

preact-arco-design

Version:

Arco Design React UI Library.

7 lines 215 B
import { createContext } from "preact/compat"; export default createContext({ currentLink: '', onLinkClick: function onLinkClick() {}, addLink: function addLink() {}, removeLink: function removeLink() {} });