UNPKG

@bund-x/core

Version:

Master Components Core Library

56 lines 2.37 kB
export function QR(props: any): JSX.Element; export namespace QR { namespace propTypes { const style: PropTypes.Requireable<object>; const image: PropTypes.Requireable<string>; const type: PropTypes.Requireable<string>; const dotsColor: PropTypes.Requireable<string>; const dotsType: PropTypes.Requireable<string>; const cornerSquareColor: PropTypes.Requireable<string>; const cornerSqureType: PropTypes.Requireable<string>; const cornerDotType: PropTypes.Requireable<string>; const cornerDotColor: PropTypes.Requireable<string>; const width: PropTypes.Requireable<number>; const height: PropTypes.Requireable<number>; const margin: PropTypes.Requireable<number>; const imageMargin: PropTypes.Requireable<number>; const download: PropTypes.Requireable<boolean>; const background: PropTypes.Requireable<string>; const href: PropTypes.Requireable<string>; const ext: PropTypes.Requireable<string>; } namespace defaultProps { const ext_1: string; export { ext_1 as ext }; const type_1: string; export { type_1 as type }; const margin_1: number; export { margin_1 as margin }; const imageMargin_1: number; export { imageMargin_1 as imageMargin }; const width_1: number; export { width_1 as width }; const height_1: number; export { height_1 as height }; const dotsColor_1: string; export { dotsColor_1 as dotsColor }; const dotsType_1: string; export { dotsType_1 as dotsType }; const cornerSqureType_1: string; export { cornerSqureType_1 as cornerSqureType }; const cornerSquareColor_1: string; export { cornerSquareColor_1 as cornerSquareColor }; const cornerDotType_1: string; export { cornerDotType_1 as cornerDotType }; const cornerDotColor_1: string; export { cornerDotColor_1 as cornerDotColor }; const background_1: string; export { background_1 as background }; const image_1: string; export { image_1 as image }; } const displayName: string; } export default QR; import PropTypes from "prop-types"; //# sourceMappingURL=QR.d.ts.map