react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
16 lines (15 loc) • 526 B
TypeScript
import React from 'react';
import { ViewStyle } from 'react-native';
import { ListItemPartProps } from './types';
export { ListItemPartProps };
declare const _default: React.ForwardRefExoticComponent<{
left?: boolean | undefined;
middle?: boolean | undefined;
right?: boolean | undefined;
row?: boolean | undefined;
column?: boolean | undefined;
containerStyle?: import("react-native").StyleProp<ViewStyle>;
} & {
children?: React.ReactNode;
} & React.RefAttributes<any>>;
export default _default;