fix
This commit is contained in:
8
types/index.d.ts
vendored
8
types/index.d.ts
vendored
@@ -61,6 +61,14 @@ interface ScanConfigOptions {
|
||||
* 网页扫码canvas关闭按钮样式,默认显示在canvas右上角
|
||||
*/
|
||||
webScanCloseButtonStyle?: string,
|
||||
/**
|
||||
* 网页扫码 canvas 根元素的 class,便于配合外部样式表定制布局与外观
|
||||
*/
|
||||
webScanCanvasClass?: string,
|
||||
/**
|
||||
* 网页扫码关闭按钮的 class
|
||||
*/
|
||||
webScanCloseButtonClass?: string,
|
||||
/**
|
||||
* 网页扫码类型,默认支持二维码和条码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user