ResponsiveGridComponentProps: {
    componentMapping?: typeof ComponentMapping;
    config?: Config<MappedComponentProperties>;
    customClassName?: string;
    isInEditor: boolean;
    removeDefaultStyles?: boolean;
    title?: string;
} & ResponsiveGridProps

Type declaration

  • Optional componentMapping?: typeof ComponentMapping
  • Optional config?: Config<MappedComponentProperties>
  • Optional customClassName?: string
  • isInEditor: boolean
  • Optional removeDefaultStyles?: boolean
  • Optional title?: string

Generated using TypeDoc