UNPKG

@carbon/ibm-products-web-components

Version:
43 lines 1.36 kB
/** * @license * * Copyright IBM Corp. 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 { LitElement } from 'lit'; import '@carbon/web-components/es/components/button/index'; declare const CDSCoachmarkHeader_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 & (new (...args: any[]) => import("@lit-labs/signals").SignalWatcherApi); /** * coachmark-header for content header section * @element c4p-coachmark-header */ declare class CDSCoachmarkHeader extends CDSCoachmarkHeader_base { /** * Tooltip text and aria label for the Close button icon. */ closeIconDescription?: string; /** * Tooltip text and aria label for the Drag button icon. */ dragIconDescription?: string; private _handleClick; render(): import("lit-html").TemplateResult<1>; static styles: any; } export default CDSCoachmarkHeader; //# sourceMappingURL=coachmark-header.d.ts.map