UNPKG

@madeja-studio/telar

Version:

UI component library by Madeja Studio

35 lines (32 loc) 785 B
import { default as Icons } from '@expo/vector-icons'; import { AnimatedSwitch } from './AnimatedSwitch'; import Button from './Button'; import { Dialog } from './Dialog'; import { type IconReference, VectorIcon } from './Icon'; import { TextInput } from './Input'; import { Center, Column, Row, SafeAreaView, SafeAreaViewEdges } from './layout'; import { NavigationBar } from './NavigationBar'; import { Portal } from './Portal'; import { Separator } from './Separator'; import Text from './Text'; import { Toast, useToast } from './Toast'; export { AnimatedSwitch, Button, Center, Column, Dialog, type IconReference, Icons, NavigationBar, Portal, Row, SafeAreaView, SafeAreaViewEdges, Separator, Text, TextInput, Toast, useToast, VectorIcon, };