@madeja-studio/telar
Version:
UI component library by Madeja Studio
16 lines (15 loc) • 853 B
JavaScript
;
import { default as Icons } from '@expo/vector-icons';
import { AnimatedSwitch } from "./AnimatedSwitch/index.js";
import Button from "./Button/index.js";
import { Dialog } from "./Dialog/index.js";
import { VectorIcon } from "./Icon/index.js";
import { TextInput } from "./Input/index.js";
import { Center, Column, Row, SafeAreaView, SafeAreaViewEdges } from "./layout/index.js";
import { NavigationBar } from "./NavigationBar/index.js";
import { Portal } from "./Portal/index.js";
import { Separator } from "./Separator/index.js";
import Text from "./Text/index.js";
import { Toast, useToast } from "./Toast/index.js";
export { AnimatedSwitch, Button, Center, Column, Dialog, Icons, NavigationBar, Portal, Row, SafeAreaView, SafeAreaViewEdges, Separator, Text, TextInput, Toast, useToast, VectorIcon };
//# sourceMappingURL=index.js.map