We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215d0c2 commit b4adf5aCopy full SHA for b4adf5a
packages/components/qr-code/index.ts
@@ -3,7 +3,12 @@ export { connect } from './src/connect'
3
export { machine } from './src/machine'
4
export * from './src/props'
5
export type {
6
+ MachineApi as Api,
7
UserDefinedContext as Context,
8
+ ElementIds,
9
+ MachineState,
10
QrCodeGenerateOptions,
11
+ Send,
12
+ Service,
13
ValueChangeDetails,
14
} from './src/types'
0 commit comments