UNPKG

chayns-components

Version:

A set of beautiful React components for developing chayns® applications.

8 lines (7 loc) 235 B
import { createContext } from 'react'; const SelectListContext = /*#__PURE__*/createContext({ selectListSelectedId: null, changeListItem: () => {} }); export default SelectListContext; //# sourceMappingURL=selectListContext.js.map