react-native-simi-comps
Version:
Simple Minimal Components for React Native
23 lines (22 loc) • 1.25 kB
TypeScript
import ActionButton from "./components/ActionButton";
import Chip from "./components/Chip";
import FAB from "./components/FAB";
import FormActions from "./components/FormActions";
import Icon, { IconOptions } from "./components/Icon";
import IconButton from "./components/IconButton";
import Input from "./components/Input";
import LineRule from "./components/LineRule";
import List from "./components/List";
import Loader from "./components/Loader";
import Modal from "./components/Modal";
import SearchBar from "./components/SearchBar";
import TabBarIcon from "./components/TabBarIcon";
import Text from "./components/Text";
import TextButton from "./components/TextButton";
import TextLink from "./components/TextLink";
import Toggle from "./components/Toggle";
import View from "./components/View";
import useThemeColor from "./useThemeColor";
import { PrimaryColorContext, PrimaryColorProvider, usePrimaryColor } from "./PrimaryColorContext";
import colors from "./colors";
export { ActionButton, Chip, FAB, FormActions, Icon, IconOptions, IconButton, Input, LineRule, List, Loader, Modal, SearchBar, TabBarIcon, Text, TextButton, TextLink, Toggle, View, useThemeColor, PrimaryColorContext, PrimaryColorProvider, usePrimaryColor, colors, };