experimental-features.d.ts 105 Bytes
export interface ExperimentalFeaturesConfig {
    useBarCodeDetectorIfSupported?: boolean | undefined;
}