UNPKG
crystara-sdk
Version:
latest (1.0.6-release.3)
1.0.6
1.0.6-release.3
1.0.6-release.2
1.0.6-release.1
1.0.6-beta.5
1.0.6-beta.4
1.0.6-beta.3
1.0.6-beta.2
1.0.6-beta.1
1.0.5-alpha.23
1.0.5-alpha.22
1.0.5-alpha.20
1.0.5-alpha.19
1.0.5-alpha.18
1.0.5-alpha.17
1.0.5-alpha.16
1.0.5-alpha.15
1.0.5-alpha.14
1.0.5-alpha.13
1.0.5-alpha.12
1.0.5-alpha.11
1.0.5-alpha.10
1.0.5-alpha.9
1.0.5-alpha.8
1.0.5-alpha.7
1.0.5-alpha.6
1.0.5-alpha.5
1.0.5-alpha.4
1.0.5-alpha.3
1.0.5-alpha.2
1.0.5-alpha.1
1.0.3
1.0.2
1.0.1
1.0.0
Official SDK for Crystara NFT Marketplace
github.com/Crystara/crystara-sdk
Crystara/crystara-sdk
crystara-sdk
/
dist
/
components
/
blindbox
/
RecentPulls.d.ts
12 lines
(11 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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
{};