UNPKG

@openshift-console/dynamic-plugin-sdk

Version:

Provides core APIs, types and utilities used by dynamic plugins at runtime.

7 lines (6 loc) 244 B
import { jsx as _jsx } from "react/jsx-runtime"; import PaneBody from '@console/shared/src/components/layout/PaneBody'; const ListPageBody = ({ children }) => { return _jsx(PaneBody, { children: children }); }; export default ListPageBody;