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

9 lines (8 loc) 250 B
type SaveTheDateProps = { title?: string; subtitle: string; date: string; photo: string; }; export declare const SaveTheDate: ({ title, subtitle, date, photo }: SaveTheDateProps) => import("react/jsx-runtime").JSX.Element; export {};