node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export declare const LiveRegions: () => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=LiveRegions.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"LiveRegions.d.ts","sourceRoot":"","sources":["../../../src/components/LiveRegions/LiveRegions.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,+CAQvB,CAAC"}

View File

@@ -0,0 +1,6 @@
export declare const LiveRegionIds: {
Log: string;
Status: string;
Alert: string;
};
//# sourceMappingURL=constants.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../src/components/LiveRegions/constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;;CAIzB,CAAC"}

View File

@@ -0,0 +1,3 @@
export * from './useNotifyAT';
export { LiveRegions } from './LiveRegions';
//# sourceMappingURL=index.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/LiveRegions/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC"}

View File

@@ -0,0 +1,6 @@
export declare const useNotifyAT: () => {
notifyLog: (message: string) => void;
notifyAlert: (message: string) => void;
notifyStatus: (message: string) => void;
};
//# sourceMappingURL=useNotifyAT.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"useNotifyAT.d.ts","sourceRoot":"","sources":["../../../src/components/LiveRegions/useNotifyAT.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,WAAW;yBAxBI,MAAM;2BAgBJ,MAAM;4BARL,MAAM;CA0BpC,CAAC"}