UNPKG
@scandit/web-barcode-link
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
The Scandit Web Barcode Link package
@scandit/web-barcode-link
/
dist
/
BarcodeLinkSymbologySettings.d.ts
4 lines
(2 loc)
•
150 B
TypeScript
View Raw
1
2
3
4
import
{
SymbologySettingsJSON
}
from
'@scandit/web-datacapture-barcode'
;
export
type
BarcodeLinkSymbologySettings
=
Partial
<
SymbologySettingsJSON
>;