UNPKG

yii-react-gridview

Version:
7 lines (6 loc) 247 B
/* @flow */ import * as React from 'react'; import type { SortVariant } from "../GridView"; export const SetSortContext = React.createContext((column: ?string, sort: ?SortVariant) => { throw new Error('"setSort" callback is not specified'); });