UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

11 lines (10 loc) 222 B
import { Base, Type } from "igniteui-react-core"; /** * @hidden */ export declare class ColumnPinningInfo extends Base { static $t: Type; columnName: string; isPinned: boolean; constructor(); }