@blocklet/pages-kit 0.2.423 → 0.2.425
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.
- package/lib/cjs/builtin/async/ai-runtime/index.js +3 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/builtin/async/ai-runtime/index.js +1 -0
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/builtin/async/ai-runtime/index.d.ts +1 -0
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
|
@@ -32,4 +32,5 @@ export { default as ImagesView } from './runtime-components/ImagesView';
|
|
|
32
32
|
export { default as GoogleSearchRelatedQuestionsView } from './runtime-components/GoogleSearch/GoogleSearchRelatedQuestionsView';
|
|
33
33
|
export { default as GoogleSearchSourcesView } from './runtime-components/GoogleSearch/GoogleSearchSourcesView';
|
|
34
34
|
export { default as MarkdownView } from './runtime-components/MarkdownView';
|
|
35
|
+
export { default as NFTDisplay } from '@arcblock/ux/lib/NFTDisplay';
|
|
35
36
|
export * from './runtime-components/V0';
|