UNPKG

@fruits-chain/react-native-xiaoshu

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