UNPKG

@open-tender/ui

Version:

A component library for use with the Open Tender web app

8 lines (7 loc) 240 B
import React from 'react'; import { GuestConfig } from '../types'; declare const Guest: ({ config, handlers }: { config: GuestConfig; handlers?: Record<string, () => void> | undefined; }) => React.JSX.Element; export default Guest;