UNPKG

yii-react-gridview

Version:
8 lines (7 loc) 142 B
/* @flow */ import * as React from 'react'; export const ContentContext = React.createContext({ filters: {}, columns: {}, sort: {}, });