UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

10 lines (9 loc) 550 B
import type { ObjectPageDomRef, ObjectPagePropTypes } from './types/index.js'; /** * A component that allows apps to easily display information related to a business object. * * The `ObjectPage` is composed of a header (title and content) and block content wrapped in sections and subsections that structure the information. */ declare const ObjectPage: import("react").ForwardRefExoticComponent<ObjectPagePropTypes & import("react").RefAttributes<ObjectPageDomRef>>; export { ObjectPage }; export type { ObjectPageDomRef, ObjectPagePropTypes };