mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Replace typescript compiler with native tsgo compiler
This commit is contained in:
@@ -12,7 +12,7 @@ const ERROR_CORRECTION_LEVEL = 'L';
|
||||
export type PropsType = Readonly<{
|
||||
alt: string;
|
||||
className?: string;
|
||||
data: string | Uint8Array;
|
||||
data: string | Uint8Array<ArrayBuffer>;
|
||||
}>;
|
||||
|
||||
export function QrCode(props: PropsType): ReactElement {
|
||||
|
||||
Reference in New Issue
Block a user