igniteui-react-grids
Version:
Ignite UI React grid components.
13 lines (12 loc) • 558 B
TypeScript
import { IgrSummaryRow, IIgrSummaryRowProps } from "./igr-summary-row";
import { SummaryRowSection } from "./SummaryRowSection";
export declare class IgrSummaryRowSection<P extends IIgrSummaryRowSectionProps = IIgrSummaryRowSectionProps> extends IgrSummaryRow<P> {
protected createImplementation(): SummaryRowSection;
/**
* @hidden
*/
get i(): SummaryRowSection;
constructor(props: P);
}
export interface IIgrSummaryRowSectionProps extends IIgrSummaryRowProps {
}