UNPKG
@toutix/whitelabel
Version:
latest (1.0.1)
1.0.1
1.0.0
Toutix whitelabel React container components
github.com/toutix/toutix-web-v2
toutix/toutix-web-v2
@toutix/whitelabel
/
dist
/
packages
/
toutix-whitelabel
/
src
/
SuppressHydrationWarning.d.ts
7 lines
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
interface
SuppressHydrationWarningProps
{
children
:
React
.
ReactNode
; }
export
declare
const
SuppressHydrationWarning
:
React
.
FC
<
SuppressHydrationWarningProps
>;
export
{};
//# sourceMappingURL=SuppressHydrationWarning.d.ts.map