@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
18 lines (17 loc) • 601 B
JavaScript
import React from 'react'; // import {} from ''
import Space from '../space';
export const renderAlignCenter = (context, addonBefore, addonAfter) => {
return /*#__PURE__*/React.createElement(Space, {
direction: "horizontal",
align: "center",
gapVertical: 0
}, addonBefore, context, addonAfter);
};
export const renderDateRangeAlignFlexStart = (context, addonBefore, addonAfter) => {
return /*#__PURE__*/React.createElement(Space, {
direction: "horizontal",
align: "flex-start",
gapVertical: 0
}, addonBefore, context, addonAfter);
};
//# sourceMappingURL=render.js.map