mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-06 03:57:49 +08:00
11 lines
296 B
TypeScript
11 lines
296 B
TypeScript
import RQRCode from './src'
|
|
import qrcodeProps from './src/props'
|
|
|
|
import type * as RQRCodeType from './src/types'
|
|
import type { ExtractPublicPropTypes } from 'vue'
|
|
|
|
export type QRCodeProps = ExtractPublicPropTypes<typeof qrcodeProps>
|
|
export type { RQRCodeType }
|
|
|
|
export { RQRCode, qrcodeProps }
|