@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
19 lines (18 loc) • 582 B
TypeScript
/**
* ATTENTION: This file is auto generated by using "prepareTemplates".
* Do not change the content!
*
*/
/**
* Library Index template to autogenerate all the fragments and extensions
* Used by "prepareTemplates"
*/
import DrawerList from './drawer-list/DrawerList';
import ScrollView from './scroll-view/ScrollView';
import TextCounter from './text-counter/TextCounter';
export { DrawerList, ScrollView, TextCounter };
export declare const getFragments: () => {
DrawerList: typeof DrawerList;
ScrollView: typeof ScrollView;
TextCounter: typeof TextCounter;
};