UNPKG

@wfrog/vc

Version:

vue3 组件库 vc

10 lines (9 loc) 177 B
export interface IQRCodeProps { tag?: string; value?: string; option?: object; width?: number; height?: number; margin?: number; version?: string; }