igniteui-react-core
Version:
Ignite UI React Core.
12 lines (11 loc) • 337 B
TypeScript
import { ISupportsDataChangeNotifications } from "./ISupportsDataChangeNotifications";
import { Type } from "./type";
/**
* @hidden
*/
export interface IDataSourceDataProviderUpdateNotifier extends ISupportsDataChangeNotifications {
}
/**
* @hidden
*/
export declare let IDataSourceDataProviderUpdateNotifier_$type: Type;