mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
shifted to parcel, styled-components
This commit is contained in:
9
extensions/react-widget/custom.d.ts
vendored
Normal file
9
extensions/react-widget/custom.d.ts
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user