/* eslint-disable react/jsx-sort-props */ /** * @flow */ import React from 'react'; import PropChildren from './examples/PropChildren'; import UIExplorer, { Description, DocItem, Section, storiesOf } from '../../ui-explorer'; const ImageBackgroundScreen = () => ( A image component with support for child content.
}} />
); storiesOf('Components', module).add('ImageBackground', ImageBackgroundScreen);