import { forwardRef } from 'react'; import { createElement } from 'react-native'; export const HR = forwardRef((props, ref) => { return createElement('hr', { ...props, ref }); }); //# sourceMappingURL=Rules.web.js.map