@logicwind/react-native-fold-detection
Version:
The purpose of the package is to provide details regarding the Android folding capability.
8 lines • 299 B
TypeScript
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