UNPKG

@ark-ui/react

Version:

A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.

6 lines (5 loc) 216 B
export interface ClientOnlyProps { children: React.ReactNode | (() => React.ReactNode); fallback?: React.ReactNode | undefined; } export declare const ClientOnly: (props: ClientOnlyProps) => React.ReactNode;