All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.components.client-only.client-only.d.ts Maven / Gradle / Ivy

export interface ClientOnlyProps {
    children: React.ReactNode;
    fallback?: React.ReactNode | undefined;
}
export declare const ClientOnly: (props: ClientOnlyProps) => React.ReactNode;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy