UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

8 lines (6 loc) 196 B
'use client' // Easing functions const EASING_FUNCTION_DEFAULT = 'cubic-bezier(0, 0, 0.24, 1.0)'; // Durations const DURATION_DEFAULT = 300; export { DURATION_DEFAULT, EASING_FUNCTION_DEFAULT };