React Element
Type: Any
How to get ReactElement?
JavaScript
import { ReactElement } from 'fds/types';
An instance of a ReactComponent. Generally this is the result of a ReactComponent which is rendered inside a render() method from another component.