grid-pro.gridcomponents
Home > @genesislcap/grid-pro > GridComponents
GridComponents type
Grid Pro Components type, used to define the custom components that will be registered in the grid
Signature:
export type GridComponents = {
[componentName: string]: any;
};