@blocklet/pages-kit 0.2.422 → 0.2.424

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.
@@ -2,6 +2,9 @@ declare const presets: {
2
2
  avatar: {
3
3
  w: number;
4
4
  };
5
+ default: {
6
+ w: number;
7
+ };
5
8
  };
6
9
  export declare function getAssetUrl({ blockletDid, aid, filename, w, preset, }: {
7
10
  blockletDid?: string;
@@ -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';