HomeVendure CoreShow hidden breadcrumbs...React ComponentsPageBlockOn this pagePageBlock@vendure/admin-uiSource A container for page content which provides a consistent width and spacing. Example Tsimport { PageBlock } from '@vendure/admin-ui/react';export function MyComponent() { return ( <PageBlock> ... </PageBlock> );} Signaturefunction PageBlock(props: PropsWithChildren): void Parameters props parameterPropsWithChildrenPreviousLinkNextPageDetailLayout