@astro-auth/ui
Version:
The UI package of the Astro Auth library
30 lines (25 loc) • 822 B
text/typescript
import "./index.css";
import Button from "./components/Button";
import Title from "./components/Title";
import GoogleButton from "./components/GoogleButton";
import DiscordButton from "./components/DiscordButton";
import TwitterButton from "./components/TwitterButton";
import FacebookButton from "./components/FacebookButton";
import GithubButton from "./components/GithubButton";
import InstagramButton from "./components/InstagramButton";
import SpotifyButton from "./components/SpotifyButton";
import ZoomButton from "./components/ZoomButton";
import MetamaskButton from "./components/MetamaskButton";
export {
Button,
Title,
GoogleButton,
DiscordButton,
TwitterButton,
FacebookButton,
GithubButton,
InstagramButton,
SpotifyButton,
ZoomButton,
MetamaskButton,
};