import * as React from 'react'; /** * This is a "fake" component which is replaced by the current iterator items * when iterating. */ export const Iterated: React.FunctionComponent = () => null;