Revert "Add yet-another-react-lightbox package and update .gitignore to exclude node_modules"

This reverts commit c92f4a5edd.
This commit is contained in:
Desktop
2025-11-13 00:36:40 +05:00
parent 77ec8af4d1
commit 84e12b5146
9304 changed files with 2008667 additions and 29 deletions

27
frontend/node_modules/@fullcalendar/list/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,27 @@
import { ClassNamesGenerator, FormatterInput, PluginDef } from '@fullcalendar/core';
import { Identity, CustomContentGenerator, DidMountHandler, WillUnmountHandler, DateFormatter } from '@fullcalendar/core/internal';
import { N as NoEventsContentArg, a as NoEventsMountArg } from './internal-common.js';
export { N as NoEventsContentArg, a as NoEventsMountArg } from './internal-common.js';
import '@fullcalendar/core/preact';
declare const OPTION_REFINERS: {
listDayFormat: typeof createFalsableFormatter;
listDaySideFormat: typeof createFalsableFormatter;
noEventsClassNames: Identity<ClassNamesGenerator<NoEventsContentArg>>;
noEventsContent: Identity<CustomContentGenerator<NoEventsContentArg>>;
noEventsDidMount: Identity<DidMountHandler<NoEventsMountArg>>;
noEventsWillUnmount: Identity<WillUnmountHandler<NoEventsMountArg>>;
};
declare function createFalsableFormatter(input: FormatterInput | false): DateFormatter;
type ExtraOptionRefiners = typeof OPTION_REFINERS;
declare module '@fullcalendar/core/internal' {
interface BaseOptionRefiners extends ExtraOptionRefiners {
}
}
//# sourceMappingURL=ambient.d.ts.map
declare const _default: PluginDef;
//# sourceMappingURL=index.d.ts.map
export { _default as default };