@progress/kendo-grid-react-wrapper
Version:
Kendo UI Grid wrapper for React
6 lines (5 loc) • 339 B
TypeScript
declare const events: string[];
declare const configuration: string[];
declare const reconcileEvents: (oldEvents: any, newEvents: any, widget: any) => void;
declare const reconcileConfiguration: (oldConfiguration: any, newConfiguration: any, widget: any) => void;
export { configuration, events, reconcileEvents, reconcileConfiguration };