UNPKG

@0xsequence/connect

Version:
8 lines 258 B
import type { FC } from 'react'; interface CollectibleTileImageProps { imageUrl?: string; networkImage?: number; } export declare const CollectibleTileImage: FC<CollectibleTileImageProps>; export {}; //# sourceMappingURL=CollectibleTileImage.d.ts.map