UNPKG

gatsby

Version:
7 lines (6 loc) 527 B
type CancelExperimentNoticeCallback = () => void; export type CancelExperimentNoticeCallbackOrUndefined = CancelExperimentNoticeCallback | undefined; export declare function showExperimentNoticeAfterTimeout(experimentIdentifier: string, umbrellaLink: string, noticeText: string, showNoticeAfterMs: number, minimumIntervalBetweenNoticesMs?: number): CancelExperimentNoticeCallbackOrUndefined; export declare const createNoticeMessage: (notices: any) => string; export declare const showExperimentNotices: () => void; export {};