@theguild/components
Version:
66 lines (65 loc) • 2.05 kB
JavaScript
import { Anchor } from "./anchor";
import { Button } from "./button";
import { CardsColorful } from "./cards-colorful";
import { FeatureList } from "./feature-list";
import { HeroGradient } from "./hero-gradient";
import { HeroIllustration } from "./hero-illustration";
import { HeroMarketplace } from "./hero-marketplace";
import { HeroVideo } from "./hero-video";
export * from "./icons";
import { Image } from "./image";
import { InfoList } from "./info-list";
import { Input } from "./input";
import { LegacyPackageCmd } from "./legacy-package-cmd";
import { MarketplaceList } from "./marketplace-list";
import { MarketplaceSearch } from "./marketplace-search";
import { NPMBadge } from "./npm-badge";
import { GetYourAPIGameRightSection } from "./get-your-api-game-right-section";
import { HiveNavigation, GraphQLConfCard } from "./hive-navigation";
import { HiveFooter } from "./hive-footer";
import { ToolsAndLibrariesCards } from "./tools-and-libraries-cards";
export * from "./hero";
export * from "./product-card";
export * from "./decorations";
export * from "./call-to-action";
export * from "./cookies-consent";
export * from "./heading";
export * from "./info-card";
export * from "./stud";
export * from "./explore-main-product-cards";
export * from "./text-link";
export * from "./contact-us";
import { Giscus } from "./giscus";
export * from "./product-card";
export * from "./version-dropdown";
export * from "./dropdown";
export * from "./marquee";
import { FrequentlyAskedQuestions } from "./faq";
import { ComparisonTable } from "./comparison-table";
import { HiveLayoutConfig } from "./hive-layout-config";
export {
Anchor,
Button,
CardsColorful,
ComparisonTable,
FeatureList,
FrequentlyAskedQuestions,
GetYourAPIGameRightSection,
Giscus,
GraphQLConfCard,
HeroGradient,
HeroIllustration,
HeroMarketplace,
HeroVideo,
HiveFooter,
HiveLayoutConfig,
HiveNavigation,
Image,
InfoList,
Input,
LegacyPackageCmd,
MarketplaceList,
MarketplaceSearch,
NPMBadge,
ToolsAndLibrariesCards
};