mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
React: add SVG flters to JSX Elements
This commit is contained in:
18
react/react.d.ts
vendored
18
react/react.d.ts
vendored
@@ -2477,6 +2477,24 @@ declare namespace JSX {
|
||||
clipPath: React.SVGProps;
|
||||
defs: React.SVGProps;
|
||||
ellipse: React.SVGProps;
|
||||
feBlend: React.SVGProps;
|
||||
feColorMatrix: React.SVGProps;
|
||||
feComponentTransfer: React.SVGProps;
|
||||
feComposite: React.SVGProps;
|
||||
feConvolveMatrix: React.SVGProps;
|
||||
feDiffuseLighting: React.SVGProps;
|
||||
feDisplacementMap: React.SVGProps;
|
||||
feFlood: React.SVGProps;
|
||||
feGaussianBlur: React.SVGProps;
|
||||
feImage: React.SVGProps;
|
||||
feMerge: React.SVGProps;
|
||||
feMergeNode: React.SVGProps;
|
||||
feMorphology: React.SVGProps;
|
||||
feOffset: React.SVGProps;
|
||||
feSpecularLighting: React.SVGProps;
|
||||
feTile: React.SVGProps;
|
||||
feTurbulence: React.SVGProps;
|
||||
filter: React.SVGProps;
|
||||
foreignObject: React.SVGProps;
|
||||
g: React.SVGProps;
|
||||
image: React.SVGProps;
|
||||
|
||||
Reference in New Issue
Block a user