shifted to parcel, styled-components

This commit is contained in:
ManishMadan2882
2024-03-05 21:15:58 +05:30
parent 5fffa8e9db
commit ae929438a5
33 changed files with 8187 additions and 9855 deletions

9
extensions/react-widget/custom.d.ts vendored Normal file
View File

@@ -0,0 +1,9 @@
declare module "*.svg" {
import * as React from "react";
const ReactComponent: React.FunctionComponent<
React.SVGProps<SVGSVGElement> & { title?: string }
>;
export default ReactComponent;
}