/* @flow */ import * as React from 'react'; export const ApplyFilterContext = React.createContext((column: string, value: mixed) => { throw new Error('"applyFilter" callback is not specified'); });