@madeja-studio/telar
Version:
UI component library by Madeja Studio
14 lines • 782 B
TypeScript
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, };
//# sourceMappingURL=index.d.ts.map