@funkit/connect
Version:
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
9 lines (8 loc) • 330 B
TypeScript
import React from 'react';
type FunNotificationShowMoreButtonProps = {
numberOfNotifications: number;
isExpanded: boolean;
onClick: () => void;
};
export declare const FunNotificationShowMoreButton: ({ numberOfNotifications, isExpanded, onClick, }: FunNotificationShowMoreButtonProps) => React.JSX.Element;
export {};