UNPKG

@reactunity/renderer

Version:
9 lines (8 loc) 268 B
import { ReactNode } from 'react'; interface Props { children?: ReactNode; withHelpers: boolean; renderCount: number; } export declare function DefaultView({ children, withHelpers, renderCount }: Props): import("react/jsx-runtime").JSX.Element; export {};