Files
pole-book/server/node_modules/@strapi/design-system/dist/components/LiveRegions/useNotifyAT.d.ts

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