UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

16 lines (15 loc) 689 B
import { IgcGridColumnOptionsBaseComponent } from "./igc-grid-column-options-base-component"; import { GridColumnOptionsSectionBase } from "./GridColumnOptionsSectionBase"; export declare abstract class IgcGridColumnOptionsSectionBaseComponent extends IgcGridColumnOptionsBaseComponent { /** * @hidden */ get i(): GridColumnOptionsSectionBase; constructor(); connectedCallback(): void; disconnectedCallback(): void; private static _observedAttributesIgcGridColumnOptionsSectionBaseComponent; static get observedAttributes(): string[]; onApply(): void; onCancel(): void; }