Files
ServiceManager/frontend/node_modules/eslint-plugin-react-refresh/index.d.ts
2026-01-01 17:40:53 +01:00

16 lines
272 B
TypeScript

type Config = {
plugins: { "react-refresh": { rules: Record<string, any> } };
rules: Record<string, any>;
};
declare const _default: {
rules: Record<string, any>;
configs: {
recommended: Config;
vite: Config;
next: Config;
};
};
export = _default;