UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

24 lines (23 loc) 1.05 kB
/** * 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: import("react").ForwardRefExoticComponent<import("./scroll-view/ScrollView").ScrollViewProps & import("../shared/types").SpacingElementProps & { space?: import("../shared/types").SpaceTypeAll; innerSpace?: import("../shared/types").SpaceTypeAll | import("../shared/types").SpaceTypeMedia; } & Partial<Omit<import("react").HTMLAttributes<HTMLDivElement>, "title">> & { innerRef?: React.ForwardedRef<unknown>; } & import("react").RefAttributes<unknown>>; TextCounter: typeof TextCounter; };