UNPKG

155 BTypeScriptView Raw
1import { AtomComponentAsset } from 'dumi-assets-types';
2export declare const useAtomAssets: () => {
3 components: Record<string, AtomComponentAsset>;
4};