Type alias ContainerProps

ContainerProps: {
    is?: string;
    [key: string]: any;
}

crud外部容器配置

Type declaration

  • [key: string]: any
  • Optional is?: string

    布局容器组件名称

Generated using TypeDoc