UNPKG

gatsby

Version:
7 lines (6 loc) 543 B
declare type CancelExperimentNoticeCallback = () => void; export declare 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 {};