UNPKG

igniteui-react-core

Version:
13 lines (12 loc) 226 B
import { Type } from "./type"; /** * @hidden */ export interface IDependentRenderer { readonly isDirty: boolean; markDirty(): void; } /** * @hidden */ export declare let IDependentRenderer_$type: Type;