Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
12
frontend/node_modules/flatpickr/dist/plugins/rangePlugin.d.ts
generated
vendored
12
frontend/node_modules/flatpickr/dist/plugins/rangePlugin.d.ts
generated
vendored
@@ -1,12 +0,0 @@
|
||||
import { Plugin } from "../types/options";
|
||||
export interface Config {
|
||||
input?: string | HTMLInputElement;
|
||||
position?: "left";
|
||||
}
|
||||
declare global {
|
||||
interface Window {
|
||||
rangePlugin: (config?: Config) => void;
|
||||
}
|
||||
}
|
||||
declare function rangePlugin(config?: Config): Plugin;
|
||||
export default rangePlugin;
|
||||
Reference in New Issue
Block a user