@ucloud-fe/react-components 1.5.19 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -593,7 +593,7 @@ interface TableContextMenu {
593
593
  (row: object, hide: boolean): ReactNode;
594
594
  }
595
595
  export interface TableProps {
596
- pagination?: PaginationProps;
596
+ pagination?: PaginationProps | null;
597
597
  dataSource?: any[];
598
598
  columns?: Column[];
599
599
  columnPlaceholder?: boolean;