瀏覽代碼

Merge branch 'release' of github.com:DouyinFE/semi-design into release

pointhalo 3 年之前
父節點
當前提交
fef728406a
共有 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';