ResponsiveGridProps: {
    allowedComponents: AllowedComponentList;
    columnClassNames: {
        [key: string]: string;
    };
    columnCount?: string;
    gridClassNames: string;
} & ModelProps

Type declaration

  • allowedComponents: AllowedComponentList
  • columnClassNames: {
        [key: string]: string;
    }
    • [key: string]: string
  • Optional columnCount?: string
  • gridClassNames: string

Generated using TypeDoc