Files
securebit-chat/node_modules/html5-qrcode/esm/experimental-features.d.ts
T

4 lines
105 B
TypeScript
Raw Normal View History

export interface ExperimentalFeaturesConfig {
useBarCodeDetectorIfSupported?: boolean | undefined;
}