export default { get props() { return { tag: 'br' }; }, html: '
' };