UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

4 lines (3 loc) 248 B
import React from 'react'; import type { IHiddenProps } from './types'; export declare const HiddenSSR: React.MemoExoticComponent<({ children, ...props }: IHiddenProps) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null>;