UNPKG

@carbon/ibm-products-web-components

Version:

Carbon for IBM Products Web Components

21 lines (20 loc) 578 B
/** * @license * * Copyright IBM Corp. 2025, 2025 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import { CDSBreadcrumbItem } from '@carbon/web-components/es/index'; /** * Page header Title Breadcrumb * @element c4p-page-header-title-breadcrumb */ declare class CDSPageHeaderTitleBreadcrumb extends CDSBreadcrumbItem { context: any; constructor(); render(): import("lit-html").TemplateResult<1>; static styles: any; } export default CDSPageHeaderTitleBreadcrumb;