UNPKG

@logicwind/react-native-fold-detection

Version:

The purpose of the package is to provide details regarding the Android folding capability.

8 lines 299 B
interface FoldingFeatureInterface { startListening: () => void; } export declare function startFoldEventListener(): void; export declare function stopFoldEventListener(): void; declare const _default: FoldingFeatureInterface; export default _default; //# sourceMappingURL=FoldingFeature.d.ts.map