UNPKG

@funkit/connect

Version:

Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.

10 lines (9 loc) 356 B
import React from 'react'; import { type BoxProps } from '../Box/Box'; export declare const CaretDownIcon: () => React.JSX.Element; interface AnimatedCaretDownIconProps { expanded?: boolean; color?: BoxProps['color']; } export declare const AnimatedCaretDownIcon: ({ expanded, color, }: AnimatedCaretDownIconProps) => React.JSX.Element; export {};