UNPKG

@state-less/leap-frontend

Version:

A collection of open source fullstack services powered by React Server

6 lines (5 loc) 230 B
import { ReactNode } from 'react'; export declare const Poll: ({ id, message, }: { id?: string | undefined; message?: ((props: Record<string, any>) => ReactNode) | undefined; }) => import("react/jsx-runtime").JSX.Element;