@janiscommerce/ui-native
Version:
components library for Janis app
38 lines (37 loc) • 2.56 kB
TypeScript
import BaseButton from './components/atoms/BaseButton';
import CheckBox from './components/atoms/CheckBox';
import Icon from './components/atoms/Icon';
import Image from './components/atoms/Image';
import List from './components/atoms/List';
import Loading from './components/atoms/Loading';
import RadioButton from './components/atoms/RadioButton';
import StatusChip from './components/atoms/StatusChip';
import Svg from './components/atoms/Svg';
import SwipeUp from './components/atoms/SwipeUp';
import { SwipeUpFlatList, SwipeUpScrollView, SwipeUpView } from './components/atoms/SwipeUp/childComponents';
import Text from './components/atoms/Text';
import BaseInput from './components/atoms/BaseInput';
import Typography from './components/atoms/Typography';
import Collapsible from './components/atoms/Collapsible';
import Modal from './components/atoms/Modal';
import Avatar from './components/molecules/Avatar';
import Button from './components/molecules/Button';
import Carousel from './components/molecules/Carousel';
import LayoutWithBottomButtons from './components/molecules/LayoutWithBottomButtons';
import ProgressBar from './components/molecules/ProgressBar';
import Select from './components/molecules/Select';
import Toast from 'react-native-toast-message';
import { configToast } from './components/molecules/Toast/utils';
import SwipeList from './components/molecules/SwipeList';
import ItemSelectionButton from './components/molecules/ItemSelectionButton';
import MainCardList from './components/molecules/MainCardList';
import Input from './components/molecules/Input';
import BaseDetail from './components/molecules/BaseDetail';
import LoadingFullScreen from './components/organisms/LoadingFullScreen';
import FullScreenMessage from './components/organisms/FullScreenMessage';
import SwipeItemSelectionList from './components/organisms/SwipeItemSelectionList';
import ErrorBoundary from './components/organisms/ErrorBoundary';
import ProductDetail from './components/organisms/ProductDetail';
import { palette } from './theme/palette';
import * as getScale from './scale';
export { Text, Avatar, CheckBox, Icon, Image, Input, Loading, Svg, StatusChip, palette, LoadingFullScreen, RadioButton, Select, SwipeUp, SwipeUpFlatList, SwipeUpScrollView, SwipeUpView, Carousel, ProgressBar, List, BaseButton, Button, getScale, LayoutWithBottomButtons, FullScreenMessage, Toast, configToast, SwipeList, ItemSelectionButton, SwipeItemSelectionList, MainCardList, BaseInput, Typography, Collapsible, ErrorBoundary, Modal, BaseDetail, ProductDetail, };