UNPKG

@fruits-chain/react-native-xiaoshu

Version:
18 lines (15 loc) • 627 B
import { attachPropertiesToComponent } from '../helpers' import Description from './description' import DescriptionDate from './description-date' import DescriptionDateRange from './description-date-range' import DescriptionGroup from './description-group' import DescriptionThousand from './description-thousand' import { renderAlignCenter, renderDateRangeAlignFlexStart } from './render' export default attachPropertiesToComponent(Description, { Group: DescriptionGroup, Thousand: DescriptionThousand, Date: DescriptionDate, DateRange: DescriptionDateRange, renderAlignCenter, renderDateRangeAlignFlexStart, })