Переглянути джерело

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';