UNPKG

crystara-sdk

Version:

Official SDK for Crystara NFT Marketplace

12 lines (11 loc) 268 B
type RecentPull = { id: number; name: string; rarity: string; image: string; }; type RecentPullsProps = { pulls: RecentPull[]; }; export default function RecentPulls({ pulls }: RecentPullsProps): import("react/jsx-runtime").JSX.Element; export {};