Initial commit
This commit is contained in:
20
typings/BarcodeScanTorchProps.d.ts
vendored
Normal file
20
typings/BarcodeScanTorchProps.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/**
|
||||
* This file was generated from BarcodeScanTorch.xml
|
||||
* WARNING: All changes made to this file will be overwritten
|
||||
* @author Mendix UI Content Team
|
||||
*/
|
||||
import { ActionValue, EditableValue } from "mendix";
|
||||
|
||||
export interface BarcodeScanTorchProps<Style> {
|
||||
name: string;
|
||||
style: Style[];
|
||||
barcode: EditableValue<string>;
|
||||
onDetect?: ActionValue;
|
||||
}
|
||||
|
||||
export interface BarcodeScanTorchPreviewProps {
|
||||
class: string;
|
||||
style: string;
|
||||
barcode: string;
|
||||
onDetect: {} | null;
|
||||
}
|
||||
Reference in New Issue
Block a user