react-native-cross-components
Version:
Beautiful React-Native components using RN Paper by Callstack
8 lines • 533 B
JavaScript
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