import { IOneOfOwnProps, } from './IOneOfOwnProps'; import { NOf } from '../NOf'; import * as React from 'react'; export const OneOf: React.FunctionComponent = ({ children }) => ( {children} );