UNPKG

react-native-cross-components

Version:
8 lines 533 B
import CrossButton from './components/buttons/CrossButton'; import CrossBusyIndicator from './components/modals/CrossBusyIndicator'; import { styles, Colors, TabIconSize, Theme } from './styles'; import CrossLabel from './components/labels/CrossLabel'; import CrossEditor from './components/input/CrossEditor'; import { CrossSpinner, } from './components/animations/CrossSpinner'; export { CrossButton, CrossBusyIndicator, styles, Colors, TabIconSize, Theme, CrossSpinner, CrossLabel, CrossEditor }; //# sourceMappingURL=index.js.map