UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 377 B
import { PushNotificationPayloadType } from "../togetherComponentGlobalContext"; type TranslateFunction = (k: string, option?: { [key: string]: any; }) => any; export declare const getDefaultSuccessNoti: (t: TranslateFunction) => PushNotificationPayloadType; export declare const getDefaultFailNoti: (t: TranslateFunction) => PushNotificationPayloadType; export {};