UNPKG

@kwiz/fluentui

Version:
11 lines (10 loc) 267 B
import React from 'react'; interface IProps { value: string; color?: string; width?: number; backgroundColor?: string; foregroundColor?: string; } export declare const QRCodeEX: React.FunctionComponent<React.PropsWithChildren<IProps>>; export {};