Revert "Add yet-another-react-lightbox package and update .gitignore to exclude node_modules"
This reverts commit c92f4a5edd.
This commit is contained in:
9
frontend/node_modules/react-dnd-html5-backend/dist/MonotonicInterpolant.d.ts
generated
vendored
Normal file
9
frontend/node_modules/react-dnd-html5-backend/dist/MonotonicInterpolant.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare class MonotonicInterpolant {
|
||||
private xs;
|
||||
private ys;
|
||||
private c1s;
|
||||
private c2s;
|
||||
private c3s;
|
||||
constructor(xs: number[], ys: number[]);
|
||||
interpolate(x: number): number;
|
||||
}
|
||||
Reference in New Issue
Block a user