Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
17
frontend/node_modules/@svgr/babel-plugin-replace-jsx-attribute-value/dist/index.d.ts
generated
vendored
17
frontend/node_modules/@svgr/babel-plugin-replace-jsx-attribute-value/dist/index.d.ts
generated
vendored
@@ -1,17 +0,0 @@
|
||||
import { ConfigAPI, NodePath, types } from '@babel/core';
|
||||
|
||||
interface Value {
|
||||
value: string;
|
||||
newValue: string | boolean | number;
|
||||
literal?: boolean;
|
||||
}
|
||||
interface Options {
|
||||
values: Value[];
|
||||
}
|
||||
declare const addJSXAttribute: (api: ConfigAPI, opts: Options) => {
|
||||
visitor: {
|
||||
JSXAttribute(path: NodePath<types.JSXAttribute>): void;
|
||||
};
|
||||
};
|
||||
|
||||
export { Options, Value, addJSXAttribute as default };
|
||||
Reference in New Issue
Block a user