[32788f42] feat: implement database persistence, modernized UI with Tailwind, and Calendly-integrated QR card generator for Fotograf.de scraper
This commit is contained in:
40
fotograf-de-scraper/frontend/node_modules/eslint-plugin-react-refresh/index.d.ts
generated
vendored
Normal file
40
fotograf-de-scraper/frontend/node_modules/eslint-plugin-react-refresh/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
type Rules = { "only-export-components": any };
|
||||
|
||||
export type OnlyExportComponentsOptions = {
|
||||
extraHOCs?: string[];
|
||||
allowExportNames?: string[];
|
||||
allowConstantExport?: boolean;
|
||||
checkJS?: boolean;
|
||||
};
|
||||
|
||||
type Config = {
|
||||
name: string;
|
||||
plugins: { "react-refresh": { rules: Rules } };
|
||||
rules: Rules;
|
||||
};
|
||||
type ConfigFn = (options?: OnlyExportComponentsOptions) => {
|
||||
name: string;
|
||||
plugins: { "react-refresh": { rules: Rules } };
|
||||
rules: Rules;
|
||||
};
|
||||
|
||||
export const reactRefresh: {
|
||||
plugin: {
|
||||
rules: Rules;
|
||||
};
|
||||
configs: {
|
||||
recommended: ConfigFn;
|
||||
vite: ConfigFn;
|
||||
next: ConfigFn;
|
||||
};
|
||||
};
|
||||
|
||||
declare const _default: {
|
||||
rules: Rules;
|
||||
configs: {
|
||||
recommended: Config;
|
||||
vite: Config;
|
||||
next: Config;
|
||||
};
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user