@cn-ui/core
Version:
The @cn-ui/core is a collection of UI components and utilities for building modern web applications with SolidJS.
9 lines (8 loc) • 426 B
TypeScript
export declare const QRCode: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<QRCodeSvgProps, HTMLElement, string>>;
interface QRCodeSvgProps {
version?: number;
correction?: "M" | "L" | "Q" | "H";
cellSize?: number;
}
export declare const QRCodeSvg: import("solid-js").Component<import("@cn-ui/reactive").OriginComponentOutputType<QRCodeSvgProps, HTMLElement, string>>;
export {};