@ -1,8 +1,8 @@
<script>
export let props = {
disabled: false,
type: "button",
"data-named": "foo",
type: 'button',
'data-named': 'foo'
};
</script>