UNPKG

crystara-sdk

Version:

Official SDK for Crystara NFT Marketplace

11 lines (10 loc) 271 B
type WinningPopupProps = { item: { name: string; rarity: string; image: string; }; onClose: () => void; }; export default function WinningPopup({ item, onClose }: WinningPopupProps): import("react/jsx-runtime").JSX.Element; export {};