@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
35 lines • 1.11 kB
TypeScript
/**
* @license
*
* Copyright IBM Corp. 2026
*
* 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 { LitElement } from 'lit';
import '@carbon/web-components/es/components/modal/index.js';
declare const CDSTearsheetNavigationBar_base: {
new (...args: any[]): {
_handles: Set<import("@carbon/web-components/es/globals/internal/handle").default>;
connectedCallback(): void;
disconnectedCallback(): void;
};
_hostListeners: {
[listenerName: string]: {
[type: string]: {
options?: boolean | AddEventListenerOptions;
};
};
};
} & typeof LitElement;
/**
* tearsheet navigation bar at the bottom of the header
* @element c4p-tearsheet-navigation-bar
*/
declare class CDSTearsheetNavigationBar extends CDSTearsheetNavigationBar_base {
slot: string;
render(): import("lit-html").TemplateResult<1>;
static styles: any;
}
export default CDSTearsheetNavigationBar;
//# sourceMappingURL=tearsheet-navigation-bar.d.ts.map