Home
last modified time | relevance | path

Searched refs:SVGFEDistantLightElement (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …SVGFEDiffuseLightingElement" | "SVGFEDisplacementMapElement" | "SVGFEDistantLightElement" | "SVGFE…
DmappedTypeRecursiveInference.types100 …EDiffuseLightingElement: any; SVGFEDisplacementMapElement: any; SVGFEDistantLightElement: any; SVG…
102 …EDiffuseLightingElement: any; SVGFEDisplacementMapElement: any; SVGFEDistantLightElement: any; SVG…
108 …EDiffuseLightingElement: any; SVGFEDisplacementMapElement: any; SVGFEDistantLightElement: any; SVG…
110 …EDiffuseLightingElement: any; SVGFEDisplacementMapElement: any; SVGFEDistantLightElement: any; SVG…
/third_party/typescript/tests/lib/
Dlib.d.ts6280 …espaceURI: "http://www.w3.org/2000/svg", qualifiedName: "feDistantLight"): SVGFEDistantLightElement
6446 getElementsByTagName(tagname: "fedistantlight"): NodeListOf<SVGFEDistantLightElement>;
6899 getElementsByTagName(name: "fedistantlight"): NodeListOf<SVGFEDistantLightElement>;
13038 interface SVGFEDistantLightElement extends SVGElement { interface
13043 declare var SVGFEDistantLightElement: { variable
13044 prototype: SVGFEDistantLightElement;
13045 new(): SVGFEDistantLightElement;
Dreact16.d.ts2652 feDistantLight: React.SVGProps<SVGFEDistantLightElement>;
/third_party/typescript/lib/
Dlib.dom.d.ts13329 interface SVGFEDistantLightElement extends SVGElement { interface
13332 …r<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEDistantLightElement, ev: SVGE…
13334 …r<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEDistantLightElement, ev: SVGE…
13338 declare var SVGFEDistantLightElement: { variable
13339 prototype: SVGFEDistantLightElement;
13340 new(): SVGFEDistantLightElement;
19539 "feDistantLight": SVGFEDistantLightElement;
/third_party/typescript/src/lib/
Ddom.generated.d.ts13309 interface SVGFEDistantLightElement extends SVGElement { interface
13312 …r<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEDistantLightElement, ev: SVGE…
13314 …r<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGFEDistantLightElement, ev: SVGE…
13318 declare var SVGFEDistantLightElement: { variable
13319 prototype: SVGFEDistantLightElement;
13320 new(): SVGFEDistantLightElement;
19519 "feDistantLight": SVGFEDistantLightElement;
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Ddom.ts4994 SVGFEDistantLightElement: {