Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
17
frontend/node_modules/flatpickr/dist/plugins/monthSelect/index.d.ts
generated
vendored
17
frontend/node_modules/flatpickr/dist/plugins/monthSelect/index.d.ts
generated
vendored
@@ -1,17 +0,0 @@
|
||||
import { Plugin } from "../../types/options";
|
||||
export interface Config {
|
||||
shorthand: boolean;
|
||||
dateFormat: string;
|
||||
altFormat: string;
|
||||
theme: string;
|
||||
_stubbedCurrentMonth?: number;
|
||||
}
|
||||
export interface ElementDate extends Element {
|
||||
dateObj: Date;
|
||||
}
|
||||
export declare type MonthElement = HTMLSpanElement & {
|
||||
dateObj: Date;
|
||||
$i: number;
|
||||
};
|
||||
declare function monthSelectPlugin(pluginConfig?: Partial<Config>): Plugin;
|
||||
export default monthSelectPlugin;
|
||||
Reference in New Issue
Block a user