Revert "Add yet-another-react-lightbox package and update .gitignore to exclude node_modules"
This reverts commit c92f4a5edd.
This commit is contained in:
6
frontend/node_modules/@svgr/hast-util-to-babel-ast/dist/index.d.ts
generated
vendored
Normal file
6
frontend/node_modules/@svgr/hast-util-to-babel-ast/dist/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { RootNode } from 'svg-parser';
|
||||
import * as t from '@babel/types';
|
||||
|
||||
declare const toBabelAST: (tree: RootNode) => t.Program;
|
||||
|
||||
export { toBabelAST as default };
|
||||
Reference in New Issue
Block a user