UNPKG

@toutix/whitelabel

Version:

Toutix whitelabel React container components

8 lines 231 B
import React from 'react'; interface ClientOnlyProps { children: React.ReactNode; fallback?: React.ReactNode; } export declare const ClientOnly: React.FC<ClientOnlyProps>; export {}; //# sourceMappingURL=ClientOnly.d.ts.map