6 lines
217 B
TypeScript
6 lines
217 B
TypeScript
export declare const useNotifyAT: () => {
|
|
notifyLog: (message: string) => void;
|
|
notifyAlert: (message: string) => void;
|
|
notifyStatus: (message: string) => void;
|
|
};
|
|
//# sourceMappingURL=useNotifyAT.d.ts.map
|