@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
39 lines • 1.26 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, PropertyValues } from 'lit';
declare const CDSInterstitialScreenBodyItem_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;
/**
* interstitial-screen-body-item for body children
* @element c4p-interstitial-screen-body-item
*/
declare class CDSInterstitialScreenBodyItem extends CDSInterstitialScreenBodyItem_base {
/**
* This will serve the labels for each step
*/
stepTitle: string;
protected firstUpdated(_changedProperties: PropertyValues): void;
private updateStepDetails;
render(): import("lit-html").TemplateResult<1>;
static styles: any;
}
export default CDSInterstitialScreenBodyItem;
//# sourceMappingURL=interstitial-screen-body-item.d.ts.map