@cloudtower/eagle 0.32.49 → 0.32.50

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.
@@ -63,3 +63,9 @@ export declare const ShowLoadingWithEmpty: Story;
63
63
  * 显示 data
64
64
  */
65
65
  export declare const ErrorFalse: Story;
66
+ /**
67
+ * 在 error loading dataSource 不存在值的情况下
68
+ *
69
+ * 固定表头显示空表格
70
+ */
71
+ export declare const ShowEmptyForFixd: Story;