Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/uniwind/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ declare module 'react-native' {
interface FlatListProps<ItemT> extends VirtualizedListProps<ItemT> {
columnWrapperClassName?: string
contentContainerClassName?: string
ListFooterComponentClassName?: string
ListHeaderComponentClassName?: string
Comment thread
jpudysz marked this conversation as resolved.
}

interface ImageBackgroundProps extends ImagePropsBase {
Expand Down Expand Up @@ -41,6 +43,8 @@ declare module 'react-native' {

interface SectionListProps<ItemT> extends VirtualizedListProps<ItemT> {
contentContainerClassName?: string
ListFooterComponentClassName?: string
ListHeaderComponentClassName?: string
}

interface SwitchProps {
Expand Down