@hhgtech/hhg-components
Version:
Hello Health Group common components
8 lines (7 loc) • 377 B
TypeScript
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 {};