UNPKG

@fruits-chain/react-native-xiaoshu

Version:
15 lines (12 loc) 258 B
import type { ViewProps } from 'react-native' export interface BottomBarProps extends ViewProps { /** * 是否开启底部安全区适配 * @default true */ safeAreaInsetBottom?: boolean /** * 背景色 */ backgroundColor?: string }