sth-qrcode
Version:
A web component to generate QR codes for SmartHoldem payments.
42 lines (37 loc) • 1.05 kB
TypeScript
/**
* This is an autogenerated file created by the Stencil build process.
* It contains typing information for all components that exist in this project
* and imports for stencil collections that might be configured in your stencil.config.js file
*/
import {
SthQRCode as SthQrcode
} from './components/sth-qrcode/sth-qrcode';
declare global {
interface HTMLSthQrcodeElement extends SthQrcode, HTMLElement {
}
var HTMLSthQrcodeElement: {
prototype: HTMLSthQrcodeElement;
new (): HTMLSthQrcodeElement;
};
interface HTMLElementTagNameMap {
"sth-qrcode": HTMLSthQrcodeElement;
}
interface ElementTagNameMap {
"sth-qrcode": HTMLSthQrcodeElement;
}
namespace JSX {
interface IntrinsicElements {
"sth-qrcode": JSXElements.SthQrcodeAttributes;
}
}
namespace JSXElements {
export interface SthQrcodeAttributes extends HTMLAttributes {
address?: string;
amount?: number;
label?: string;
showLogo?: boolean;
size?: number;
vendorField?: string;
}
}
}