igniteui-react-grids
Version:
Ignite UI React grid components.
10 lines (9 loc) • 469 B
TypeScript
import { IgcGridPinningActionsComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js';
/**
* Grid Pinning Actions for the Action Strip
* @class
*/
export declare const IgrGridPinningActions: import("../react-props.js").ReactWebComponent<Component, {}, {}>;
export type IgrGridPinningActions = Component;
/** @deprecated Module register is no longer needed and can be removed */
export declare const IgrGridPinningActionsModule: typeof Component;