UNPKG

@fruits-chain/react-native-xiaoshu

Version:
16 lines • 665 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 }); //# sourceMappingURL=index.js.map