UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

17 lines (16 loc) 455 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'; export { Forms, PaymentCard }; export declare const getExtensions: () => { Forms: typeof Forms; PaymentCard: typeof PaymentCard; };