UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

19 lines (18 loc) 596 B
/** * ATTENTION: This file is auto generated by using "prepareTemplates". * Do not change the content! * */ /** * Library Index template to autogenerate all the components and extensions * Used by "prepareTemplates" */ import Forms from './forms/Forms'; import PaymentCard from './payment-card/PaymentCard'; import VippsWalletButton from './vipps-wallet-button/VippsWalletButton'; export { Forms, PaymentCard, VippsWalletButton }; export declare const getExtensions: () => { Forms: typeof Forms; PaymentCard: typeof PaymentCard; VippsWalletButton: typeof VippsWalletButton; };