UNPKG

igniteui-react-core

Version:
12 lines (11 loc) 232 B
import { Base, Type } from "./type"; import { SectionData } from "./SectionData"; /** * @hidden */ export declare class SectionSearchData extends Base { static $t: Type; a: SectionData[]; c: number; b: number[]; }