UNPKG

react-native-unistyles

Version:
10 lines (7 loc) 313 B
import type { HybridObject } from 'react-native-nitro-modules' // created from UnistylesRuntime, do not use it directly export interface UnistylesNavigationBar extends HybridObject<{ ios: 'c++'; android: 'c++' }> { readonly width: number readonly height: number setHidden(isHidden: boolean): void }