UNPKG

@daimo/pay

Version:

Seamless crypto payments. Onboard users from any chain, any coin into your app with one click.

10 lines (9 loc) 381 B
import React from "react"; export declare const ScrollArea: ({ children, height, backgroundColor, mobileDirection, hideBottomLine, totalItems, }: { children: React.ReactNode; height?: number; backgroundColor?: string; mobileDirection?: "horizontal" | "vertical"; hideBottomLine?: boolean; totalItems?: number; }) => import("react/jsx-runtime").JSX.Element;