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

7 lines (6 loc) 208 B
import { TimeLineT } from '..'; type DetailedProps = { timeline: TimeLineT[]; }; declare const Detailed: ({ timeline }: DetailedProps) => import("react/jsx-runtime").JSX.Element; export default Detailed;