@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
8 lines (7 loc) • 387 B
TypeScript
import { type NumberFlowProps, type NumberFlowElement } from '@number-flow/react';
import React from 'react';
type AnimatedDollarValueProps = Omit<NumberFlowProps, 'format'> & {
ref?: React.Ref<NumberFlowElement>;
};
export declare const AnimatedDollarValue: React.ForwardRefExoticComponent<Omit<AnimatedDollarValueProps, "ref"> & React.RefAttributes<NumberFlowElement>>;
export {};