react-native-trays
Version:
Production-grade, Family inspired, React Native Tray System library
14 lines • 466 B
TypeScript
export declare const generateUniqueId: () => string;
type KeyboardBehavior = {
adjustForKeyboard: boolean;
clipMaxHeightToSafeArea: boolean;
};
/**
* Calculate keyboard adjustments based on configuration
*/
export declare const calculateKeyboardAdjustments: (keyboardHeight: number, behavior: KeyboardBehavior, maxAllowedHeight: number, insetsBottom: number) => {
bottom: number;
maxHeight: number;
};
export {};
//# sourceMappingURL=index.d.ts.map