Skip to content

Commit 215d0c2

Browse files
committed
feat: export QrCodeGenerateOptions and ValueChangeDetails types in qr-code component
1 parent 1165c0c commit 215d0c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/components/qr-code/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ export { machine } from './src/machine'
44
export * from './src/props'
55
export type {
66
UserDefinedContext as Context,
7+
QrCodeGenerateOptions,
8+
ValueChangeDetails,
79
} from './src/types'

0 commit comments

Comments
 (0)