fix: typing
This commit is contained in:
@@ -127,7 +127,7 @@ export function PrintPreview(props: PrintPreviewProps) {
|
||||
width={`${store.state.dimensions?.cardWidth || 56}mm`}
|
||||
height={`${store.state.dimensions?.cardHeight || 88}mm`}
|
||||
>
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" class="w-full h-full bg-white">
|
||||
<div class="w-full h-full bg-white" {...({ xmlns: 'http://www.w3.org/1999/xhtml' } as any)}>
|
||||
<div
|
||||
class="absolute"
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user