@fluentui/react-northstar
Version:
A themable React component library.
19 lines (18 loc) • 472 B
JavaScript
import _noop from "lodash/noop";
import * as React from 'react';
export var TreeContext = /*#__PURE__*/React.createContext({
getItemById: function getItemById(id) {
return {
id: id
};
},
registerItemRef: _noop,
toggleItemActive: _noop,
focusItemById: _noop,
expandSiblings: _noop,
toggleItemSelect: _noop,
getToFocusIDByFirstCharacter: function getToFocusIDByFirstCharacter(e, id) {
return id;
}
});
//# sourceMappingURL=context.js.map