UNPKG

event-services

Version:

Collection of hooks, components, generics (buttons, containers, styles, tools) for creating web applications for guest management for any type of events: weddings, parties, graduations that require guest confirmation and display useful information to gues

10 lines (9 loc) 289 B
type FigureImgT = { source: string; footerText?: string; className?: string; borderRadius?: boolean; bordered?: boolean; }; export declare const FigureImg: ({ source, footerText, className, ...props }: FigureImgT) => import("react/jsx-runtime").JSX.Element; export {};