Type alias onRenderQrComponentFn
onRenderQrComponentFn: ((defaultComponent: HTMLElement, componentType: "qr") => HTMLElement | undefined)
Type declaration
-
- (defaultComponent: HTMLElement, componentType: "qr"): HTMLElement | undefined
-
Parameters
-
defaultComponent: HTMLElement
-
componentType: "qr"
Returns HTMLElement | undefined