diff --git a/src/templates/meta/exports.ts.tpl b/src/templates/meta/exports.ts.tpl index 5b04756ca..e1fb45717 100644 --- a/src/templates/meta/exports.ts.tpl +++ b/src/templates/meta/exports.ts.tpl @@ -1,5 +1,6 @@ import { filesMeta, tabsMeta } from '.'; import type { IDemoData, IRouteMeta } from 'dumi/dist/client/theme-api/types'; + // Copy from React official demo. type ReactPromise = Promise & { status?: 'pending' | 'fulfilled' | 'rejected';