刘光辉
8 小时以前 0dfe84494048ce27ba8449831782128412d3eb13
1
2
3
4
5
6
7
8
9
import type { ExtractPropTypes } from 'vue';
 
import { withInstall } from '@jnpf/utils';
 
import { qrcodeProps } from './src/props';
import Qrcode from './src/Qrcode.vue';
 
export const JnpfQrcode = withInstall(Qrcode);
export declare type JnpfQrcodeProps = Partial<ExtractPropTypes<typeof qrcodeProps>>;