UNPKG
@formkit/barcode
Version:
latest (1.0.5)
1.0.5
1.0.2
1.0.1
1.0.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Barcode reader input for FormKit.
github.com/formkit/input-barcode
formkit/input-barcode
@formkit/barcode
/
dist
/
sections
/
dialog.d.ts
7 lines
(6 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Dialog box where the video layer will appear. * *
@public
*/
export
declare
const
dialog
:
import
(
"@formkit/inputs"
).
FormKitSection
<
import
(
"@formkit/inputs"
).
FormKitSchemaExtendableSection
>;