Skip to content

Commit b4adf5a

Browse files
committed
feat: add missing type exports in qr-code component
1 parent 215d0c2 commit b4adf5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/components/qr-code/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ export { connect } from './src/connect'
33
export { machine } from './src/machine'
44
export * from './src/props'
55
export type {
6+
MachineApi as Api,
67
UserDefinedContext as Context,
8+
ElementIds,
9+
MachineState,
710
QrCodeGenerateOptions,
11+
Send,
12+
Service,
813
ValueChangeDetails,
914
} from './src/types'

0 commit comments

Comments
 (0)