atdalīts no vergnet/application-amicale
12 rindas
229 B
JavaScript
12 rindas
229 B
JavaScript
// @flow
|
|
|
|
import type {ViewStyleProp} from 'react-native/Libraries/StyleSheet/StyleSheet';
|
|
|
|
export type ListIconPropsType = {
|
|
color: string,
|
|
style: ViewStyleProp,
|
|
};
|
|
|
|
export type CardTitleIconPropsType = {
|
|
size: number,
|
|
};
|