UNPKG

react-perf-state

Version:
6 lines (5 loc) 238 B
import { type ReactNode } from "react"; export interface QueueStateContainerProps { children: ReactNode; } export declare const QueueStateContainer: ({ children }: QueueStateContainerProps) => import("react/jsx-runtime").JSX.Element;