UNPKG

@carbon/ibm-products-web-components

Version:
20 lines 691 B
import { disableButtonConfigType } from './interstitial-screen'; interface InterstitialDetailsType { isFullScreen: boolean; open: boolean; currentStep: number; stepDetails: { stepTitle: string; id: string | number; }[]; carouselAPI?: any; disableActions: disableButtonConfigType; } export declare const interstitialDetailsSignal: import("signal-polyfill").Signal.State<InterstitialDetailsType>; export declare const resetInterstitialDetailsSignal: () => void; export declare const updateInterstitialDetailsSignal: ({ name, detail }: { name: any; detail: any; }) => void; export {}; //# sourceMappingURL=interstitial-screen-context.d.ts.map