about summary refs log tree commit diff
path: root/src/view/com/util/Views.d.ts
blob: 91df1d6bca5bc7feb312b15b3ebbf165155c6515 (plain) (blame)
1
2
3
4
5
6
7
8
import React from 'react'
import {ViewProps} from 'react-native'
export {FlatList, ScrollView} from 'react-native'
export function CenteredView({
  style,
  sideBorders,
  ...props
}: React.PropsWithChildren<ViewProps & {sideBorders?: boolean}>)