igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
21 lines (20 loc) • 782 B
TypeScript
import { IgcDefinitionBaseComponent } from "./igc-definition-base-component";
import { SectionFooter } from "./SectionFooter";
/**
* Used to configure the appearance of the section footer cells.
*/
export declare class IgcSectionFooterComponent extends IgcDefinitionBaseComponent {
protected createImplementation(): SectionFooter;
/**
* @hidden
*/
get i(): SectionFooter;
constructor();
connectedCallback(): void;
disconnectedCallback(): void;
private static _observedAttributesIgcSectionFooterComponent;
static get observedAttributes(): string[];
static htmlTagName: string;
protected static _isElementRegistered: boolean;
static register(): void;
}