UNPKG

100 BTypeScriptView Raw
1export declare class NoticeUtil {
2 static message(titleStr: string, messageStr: string): void;
3}