UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

11 lines (7 loc) 202 B
import * as React from 'react'; export interface NoSsrProps { children: React.ReactNode; fallback?: React.ReactNode; } declare const NoSsr: React.ComponentType<NoSsrProps>; export default NoSsr;