UNPKG

yii-react-gridview

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