We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
没有声明文件,导致在ts文件中使用报错
问题复现步骤:
期望的表现:
[在这里描述期望的表现]
观察到的表现:
[在这里描述观察到的表现]
屏幕截图和动态 GIF 图
// TODO(you): code or logs here to reproduce the problem
The text was updated successfully, but these errors were encountered:
自己定义一个呗
Sorry, something went wrong.
qrcode.d.ts
// declare var drawQrcode: Function; export interface DrawQrcodeOption { ctx?: any; canvasId?: string; text: string; width?: number; height?: number; x?: number; y?: number; typeNumber?: number; correctLevel?: number; background?: string; foreground?: string; } export function drawQrcode(option: DrawQrcodeOption): any;
No branches or pull requests
Description
没有声明文件,导致在ts文件中使用报错
Environment
Reproduce
问题复现步骤:
期望的表现:
[在这里描述期望的表现]
观察到的表现:
[在这里描述观察到的表现]
屏幕截图和动态 GIF 图
The text was updated successfully, but these errors were encountered: