UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

9 lines (8 loc) 459 B
import { IgcGridPinningActionsComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js'; /** * Grid Pinning Actions for the Action Strip */ 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;