UNPKG

@lifi/widget

Version:

LI.FI Widget for cross-chain bridging and swapping. It will drive your multi-chain strategy and attract new users from everywhere.

7 lines (6 loc) 287 B
import type { PropsWithChildren, ReactNode } from 'react'; interface EmptyListIndicatorProps extends PropsWithChildren { icon: ReactNode; } export declare const EmptyListIndicator: ({ icon, children, }: EmptyListIndicatorProps) => import("react/jsx-runtime").JSX.Element; export {};