UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 217 B
import { Type } from "./type"; /** * @hidden */ export interface IDataSourceSupportsCount { readonly actualCount: number; } /** * @hidden */ export declare let IDataSourceSupportsCount_$type: Type;