UNPKG

@eslam-elmeniawy/react-native-common-components

Version:

Common `ReactNative` components packed in library for usage in projects.

4 lines (3 loc) 59 B
export type FlatListItem<T = {}> = { key: string; } & T;