@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
36 lines • 1.08 kB
TypeScript
/**
* @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';
export declare const blockClass = "c4p--guidebanner__element";
declare const CDSGuideBannerElement_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;
/**
* GuideBannerElement.
*
* @element c4p-guide-banner-element
* @csspart guide-banner-element
* */
declare class CDSGuideBannerElement extends CDSGuideBannerElement_base {
render(): import("lit-html").TemplateResult<1>;
static styles: any;
}
export default CDSGuideBannerElement;
//# sourceMappingURL=guide-banner-element.d.ts.map