igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
14 lines (13 loc) • 331 B
TypeScript
import { Base, Type } from "./type";
/**
* @hidden
*/
export declare class FlattenerSettings extends Base {
static $t: Type;
constructor();
private static a;
static get instance(): FlattenerSettings;
private _chunkingAmount;
get chunkingAmount(): number;
set chunkingAmount(a: number);
}