/** * Interface for properties inherited by child TreeItemElements. * * @public */ export interface ITreeInherited { /** * Inherited disabled state. */ disabled?: boolean; } /** * Context for Tree → TreeItem inheritance. * * @public */ export declare const TREE_INHERITANCE_CONTEXT: { __context__: Partial; }; //# sourceMappingURL=TreeInheritanceContext.d.ts.map