UNPKG

@toutix/whitelabel

Version:

Toutix whitelabel React container components

7 lines 255 B
import React from 'react'; interface SuppressHydrationWarningProps { children: React.ReactNode; } export declare const SuppressHydrationWarning: React.FC<SuppressHydrationWarningProps>; export {}; //# sourceMappingURL=SuppressHydrationWarning.d.ts.map