igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
14 lines (13 loc) • 545 B
TypeScript
import { IgcCellInfo } from "./igc-cell-info";
import { VerticalSeparatorCellModel as VerticalSeparatorCellModel_internal } from "./VerticalSeparatorCellModel";
/**
* Represents backing information for vertical separators.
*/
export declare class IgcVerticalSeparatorCellInfo extends IgcCellInfo {
protected createImplementation(): VerticalSeparatorCellModel_internal;
/**
* @hidden
*/
get i(): VerticalSeparatorCellModel_internal;
constructor();
}