UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 281 B
import { Type } from "./type"; /** * @hidden */ export interface ISupportsExpansionChangeNotifications { notifyRowExpansionChanged(a: number, b: boolean, c: boolean): void; } /** * @hidden */ export declare let ISupportsExpansionChangeNotifications_$type: Type;