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
/
ui
/
countdown-timer.d.ts
8 lines
(7 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
CountdownTimerProps
{
whitelistDate
:
number
;
publicDate
:
number
;
onComplete
?:
() =>
void
; }
export
declare
function
CountdownTimer
(
{ whitelistDate, publicDate, onComplete }:
CountdownTimerProps
):
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
export
{};