UNPKG

igniteui-webcomponents-grids

Version:

Ignite UI Web Components grid components.

18 lines (17 loc) 719 B
import { IgcSummaryRowComponent } from "./igc-summary-row-component"; import { SummaryRowSection } from "./SummaryRowSection"; export declare class IgcSummaryRowSectionComponent extends IgcSummaryRowComponent { protected createImplementation(): SummaryRowSection; /** * @hidden */ get i(): SummaryRowSection; constructor(); connectedCallback(): void; disconnectedCallback(): void; private static _observedAttributesIgcSummaryRowSectionComponent; static get observedAttributes(): string[]; static htmlTagName: string; protected static _isElementRegistered: boolean; static register(): void; }