UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

10 lines (9 loc) 463 B
import { IgcActionStripComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js'; /** * Action Strip provides templatable area for one or more actions. * @class */ export declare const IgrActionStrip: import("../react-props.js").ReactWebComponent<Component, {}, {}>; export type IgrActionStrip = Component; /** @deprecated Module register is no longer needed and can be removed */ export declare const IgrActionStripModule: typeof Component;