export default {
	data: {
		props: {
			'data-foo': 'bar'
		}
	},

	html: `<input data-foo="bar">`
};