import { __rest } from "tslib";
import { default as Context } from './context';
export default (function (_a) {
var children = _a.children, others = __rest(_a, ["children"]);
return (React.createElement(Context.Provider, { value: others }, children));
});