Fix: Resolve UI component type mismatches and QR scanner property errors

This commit is contained in:
Scott Idem
2026-01-22 19:36:44 -05:00
parent d7dd9afaf3
commit 94a387ca6d

View File

@@ -35,6 +35,7 @@
WithElementRef<HTMLAnchorAttributes> & { WithElementRef<HTMLAnchorAttributes> & {
variant?: ButtonVariant; variant?: ButtonVariant;
size?: ButtonSize; size?: ButtonSize;
class?: any;
}; };
</script> </script>