UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 337 B
import { ISupportsDataChangeNotifications } from "./ISupportsDataChangeNotifications"; import { Type } from "./type"; /** * @hidden */ export interface IDataSourceDataProviderUpdateNotifier extends ISupportsDataChangeNotifications { } /** * @hidden */ export declare let IDataSourceDataProviderUpdateNotifier_$type: Type;