UNPKG

@carbon/ibm-products-web-components

Version:
12 lines 422 B
interface CoachmarkDetailsType { open?: boolean; floating?: boolean; } export declare const coachmarkDetailsSignal: import("signal-polyfill").Signal.State<CoachmarkDetailsType>; export declare const resetCoachmarkDetailsSignal: () => void; export declare const updateCoachmarkDetailsSignal: ({ name, detail }: { name: any; detail: any; }) => void; export {}; //# sourceMappingURL=coachmark-context.d.ts.map