Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/ui-presets / src / presets / index.ts
Size: Mime:
import * as AddressPreset from './Address'
import * as AnimatedExpandableCardPreset from './AnimatedExpandableCard'
import * as AutoDismissingSnackBarPreset from './AutoDismissingSnackBar'
import * as B2BPreset from './B2B'
import * as BundleCollectionPreset from './BundleCollection'
import * as BundleProductPreset from './BundleProduct'
import * as ButtonsPreset from './Buttons'
import * as CheckoutPreset from './Checkout'
import * as CollectionProductPreset from './CollectionProduct'
import * as ColorSelectDropDownPreset from './ColorSelectDropDown'
import * as ColorSwatchListPreset from './ColorSwatchList'
import * as DarkSelectDropDownPreset from './DarkSelectDropDown'
import * as FooterPreset from './Footer'
import * as LinkWithSeparatorPreset from './ListWithSeparator'
import * as MenuListPreset from './MenuList'
import * as MultipleLinkListPreset from './MultipleLinkList'
import * as NavigationListPreset from './NavigationList'
import * as OrderPreset from './Order'
import * as PaginationPreset from './Pagination'
import * as PaymentMethodPreset from './PaymentMethod'
import * as ProductCarouselPreset from './ProductCarousel'
import * as ProductListPreset from './ProductList'
import * as ProductPiecesPreset from './ProductPieces'
import * as ProductOptionsPreset from './ProductOptions'
import * as QuantityPreset from './Quantity'
import * as RadioIconDropDownPreset from './RadioIconDropDown'
import * as RatingsPreset from './Ratings'
import * as SectionLinkListPreset from './SectionLinkList'
import * as SectionListPreset from './SectionList'
import * as ShoppingListPreset from './ShoppingList'
import * as SpecificationListPreset from './SpecificationList'
import * as StoreHoursDropDownPreset from './StoreHoursDropDown'
import * as StudioPreset from './Studio'
import * as SubscriptionPreset from './Subscription'
import * as SwatchListPreset from './SwatchList'
import * as VideoPreset from './Video'

// we have no conflicts in naming
export * from './AutoDismissingSnackBar'
// import * as AutoDismissingSnackBar from './AutoDismissingSnackBar'
// import * as NavBarPreset from './NavBar'

export {
  AddressPreset,
  AnimatedExpandableCardPreset,
  AutoDismissingSnackBarPreset,
  B2BPreset,
  BundleCollectionPreset,
  BundleProductPreset,
  ButtonsPreset,
  CheckoutPreset,
  CollectionProductPreset,
  ColorSelectDropDownPreset,
  ColorSwatchListPreset,
  DarkSelectDropDownPreset,
  FooterPreset,
  LinkWithSeparatorPreset,
  MenuListPreset,
  MultipleLinkListPreset,
  NavigationListPreset,
  OrderPreset,
  PaginationPreset,
  PaymentMethodPreset,
  ProductCarouselPreset,
  ProductListPreset,
  ProductPiecesPreset,
  ProductOptionsPreset,
  QuantityPreset,
  RadioIconDropDownPreset,
  RatingsPreset,
  SectionLinkListPreset,
  SectionListPreset,
  ShoppingListPreset,
  SpecificationListPreset,
  StoreHoursDropDownPreset,
  StudioPreset,
  SubscriptionPreset,
  SwatchListPreset,
  VideoPreset,
}