UNPKG

react-native-external-keyboard

Version:
6 lines 290 B
import type { StyleProp, ViewStyle } from 'react-native'; export type FocusStateCallbackType = { readonly focused: boolean; }; export type FocusStyle = StyleProp<ViewStyle> | ((state: FocusStateCallbackType) => StyleProp<ViewStyle>) | undefined; //# sourceMappingURL=FocusStyle.d.ts.map