浏览代码

fix: illustrations shaking fail, #961 (#963)

pointhalo 3 年之前
父节点
当前提交
8435cfaa42
共有 1 个文件被更改,包括 16 次插入1 次删除
  1. 16 1
      packages/semi-illustrations/src/index.ts

+ 16 - 1
packages/semi-illustrations/src/index.ts

@@ -1 +1,16 @@
-export * from './illustrations';
+export { default as IllustrationConstructionDark } from './illustrations/IllustrationConstructionDark';
+export { default as IllustrationConstruction } from './illustrations/IllustrationConstruction';
+export { default as IllustrationFailureDark } from './illustrations/IllustrationFailureDark';
+export { default as IllustrationFailure } from './illustrations/IllustrationFailure';
+export { default as IllustrationIdleDark } from './illustrations/IllustrationIdleDark';
+export { default as IllustrationIdle } from './illustrations/IllustrationIdle';
+export { default as IllustrationNoAccessDark } from './illustrations/IllustrationNoAccessDark';
+export { default as IllustrationNoAccess } from './illustrations/IllustrationNoAccess';
+export { default as IllustrationNoContentDark } from './illustrations/IllustrationNoContentDark';
+export { default as IllustrationNoContent } from './illustrations/IllustrationNoContent';
+export { default as IllustrationNoResultDark } from './illustrations/IllustrationNoResultDark';
+export { default as IllustrationNoResult } from './illustrations/IllustrationNoResult';
+export { default as IllustrationNotFoundDark } from './illustrations/IllustrationNotFoundDark';
+export { default as IllustrationNotFound } from './illustrations/IllustrationNotFound';
+export { default as IllustrationSuccessDark } from './illustrations/IllustrationSuccessDark';
+export { default as IllustrationSuccess } from './illustrations/IllustrationSuccess';