@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
4 lines (3 loc) • 339 B
TypeScript
import type { ReactElement } from 'react';
export declare const getSectionById: (sections: any, id: any) => string | number | ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | import("react").ReactPortal;
export declare const extractSectionIdFromHtmlId: (id: string) => string;