@srfnstack/fntags
Version:
<p align="center"> <img alt="fntags header" src="https://raw.githubusercontent.com/SRFNStack/fntags/master/docs/fntags_header.gif"> </p>
237 lines • 8.52 kB
text/typescript
/**
* name conflicts with html a
*
* @type {(...children: (Node|Object)[])=>SVGAElement}
*/
export const a_: (...children: (Node | any)[]) => SVGAElement;
/**
* @type {(...children: (Node|Object)[])=>SVGCircleElement}
*/
export const circle: (...children: (Node | any)[]) => SVGCircleElement;
/**
* @type {(...children: (Node|Object)[])=>SVGClipPathElement}
*/
export const clipPath: (...children: (Node | any)[]) => SVGClipPathElement;
/**
* @type {(...children: (Node|Object)[])=>SVGDefsElement}
*/
export const defs: (...children: (Node | any)[]) => SVGDefsElement;
/**
* @type {(...children: (Node|Object)[])=>SVGDescElement}
*/
export const desc: (...children: (Node | any)[]) => SVGDescElement;
/**
* @type {(...children: (Node|Object)[])=>SVGEllipseElement}
*/
export const ellipse: (...children: (Node | any)[]) => SVGEllipseElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEBlendElement}
*/
export const feBlend: (...children: (Node | any)[]) => SVGFEBlendElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEColorMatrixElement}
*/
export const feColorMatrix: (...children: (Node | any)[]) => SVGFEColorMatrixElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEComponentTransferElement}
*/
export const feComponentTransfer: (...children: (Node | any)[]) => SVGFEComponentTransferElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFECompositeElement}
*/
export const feComposite: (...children: (Node | any)[]) => SVGFECompositeElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEConvolveMatrixElement}
*/
export const feConvolveMatrix: (...children: (Node | any)[]) => SVGFEConvolveMatrixElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEDiffuseLightingElement}
*/
export const feDiffuseLighting: (...children: (Node | any)[]) => SVGFEDiffuseLightingElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEDisplacementMapElement}
*/
export const feDisplacementMap: (...children: (Node | any)[]) => SVGFEDisplacementMapElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEDistantLightElement}
*/
export const feDistantLight: (...children: (Node | any)[]) => SVGFEDistantLightElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEFloodElement}
*/
export const feFlood: (...children: (Node | any)[]) => SVGFEFloodElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEFuncAElement}
*/
export const feFuncA: (...children: (Node | any)[]) => SVGFEFuncAElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEFuncBElement}
*/
export const feFuncB: (...children: (Node | any)[]) => SVGFEFuncBElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEFuncGElement}
*/
export const feFuncG: (...children: (Node | any)[]) => SVGFEFuncGElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEFuncRElement}
*/
export const feFuncR: (...children: (Node | any)[]) => SVGFEFuncRElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEGaussianBlurElement}
*/
export const feGaussianBlur: (...children: (Node | any)[]) => SVGFEGaussianBlurElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEImageElement}
*/
export const feImage: (...children: (Node | any)[]) => SVGFEImageElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEMergeElement}
*/
export const feMerge: (...children: (Node | any)[]) => SVGFEMergeElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEMergeNodeElement}
*/
export const feMergeNode: (...children: (Node | any)[]) => SVGFEMergeNodeElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEMorphologyElement}
*/
export const feMorphology: (...children: (Node | any)[]) => SVGFEMorphologyElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEOffsetElement}
*/
export const feOffset: (...children: (Node | any)[]) => SVGFEOffsetElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFEPointLightElement}
*/
export const fePointLight: (...children: (Node | any)[]) => SVGFEPointLightElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFESpecularLightingElement}
*/
export const feSpecularLighting: (...children: (Node | any)[]) => SVGFESpecularLightingElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFESpotLightElement}
*/
export const feSpotLight: (...children: (Node | any)[]) => SVGFESpotLightElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFETileElement}
*/
export const feTile: (...children: (Node | any)[]) => SVGFETileElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFETurbulenceElement}
*/
export const feTurbulence: (...children: (Node | any)[]) => SVGFETurbulenceElement;
/**
* @type {(...children: (Node|Object)[])=>SVGFilterElement}
*/
export const filter: (...children: (Node | any)[]) => SVGFilterElement;
/**
* @type {(...children: (Node|Object)[])=>SVGForeignObjectElement}
*/
export const foreignObject: (...children: (Node | any)[]) => SVGForeignObjectElement;
/**
* @type {(...children: (Node|Object)[])=>SVGGElement}
*/
export const g: (...children: (Node | any)[]) => SVGGElement;
/**
* @type {(...children: (Node|Object)[])=>SVGImageElement}
*/
export const image: (...children: (Node | any)[]) => SVGImageElement;
/**
* @type {(...children: (Node|Object)[])=>SVGLineElement}
*/
export const line: (...children: (Node | any)[]) => SVGLineElement;
/**
* @type {(...children: (Node|Object)[])=>SVGLinearGradientElement}
*/
export const linearGradient: (...children: (Node | any)[]) => SVGLinearGradientElement;
/**
* @type {(...children: (Node|Object)[])=>SVGMarkerElement}
*/
export const marker: (...children: (Node | any)[]) => SVGMarkerElement;
/**
* @type {(...children: (Node|Object)[])=>SVGMaskElement}
*/
export const mask: (...children: (Node | any)[]) => SVGMaskElement;
/**
* @type {(...children: (Node|Object)[])=>SVGMetadataElement}
*/
export const metadata: (...children: (Node | any)[]) => SVGMetadataElement;
/**
* @type {(...children: (Node|Object)[])=>SVGPathElement}
*/
export const path: (...children: (Node | any)[]) => SVGPathElement;
/**
* @type {(...children: (Node|Object)[])=>SVGPatternElement}
*/
export const pattern: (...children: (Node | any)[]) => SVGPatternElement;
/**
* @type {(...children: (Node|Object)[])=>SVGPolygonElement}
*/
export const polygon: (...children: (Node | any)[]) => SVGPolygonElement;
/**
* @type {(...children: (Node|Object)[])=>SVGPolylineElement}
*/
export const polyline: (...children: (Node | any)[]) => SVGPolylineElement;
/**
* @type {(...children: (Node|Object)[])=>SVGRadialGradientElement}
*/
export const radialGradient: (...children: (Node | any)[]) => SVGRadialGradientElement;
/**
* @type {(...children: (Node|Object)[])=>SVGRectElement}
*/
export const rect: (...children: (Node | any)[]) => SVGRectElement;
/**
* name conflicts with html script
*
* @type {(...children: (Node|Object)[])=>SVGScriptElement}
*/
export const script_: (...children: (Node | any)[]) => SVGScriptElement;
/**
* @type {(...children: (Node|Object)[])=>SVGStopElement}
*/
export const stop: (...children: (Node | any)[]) => SVGStopElement;
/**
* name conflicts with html style
*
* @type {(...children: (Node|Object)[])=>SVGStyleElement}
*/
export const style_: (...children: (Node | any)[]) => SVGStyleElement;
/**
* @type {(...children: (Node|Object)[])=>SVGElement}
*/
export const svg: (...children: (Node | any)[]) => SVGElement;
/**
* name conflicts with js syntax
*
* @type {(...children: (Node|Object)[])=>SVGSwitchElement}
*/
export const switch_: (...children: (Node | any)[]) => SVGSwitchElement;
/**
* @type {(...children: (Node|Object)[])=>SVGSymbolElement}
*/
export const symbol: (...children: (Node | any)[]) => SVGSymbolElement;
/**
* @type {(...children: (Node|Object)[])=>SVGTextElement}
*/
export const text: (...children: (Node | any)[]) => SVGTextElement;
/**
* @type {(...children: (Node|Object)[])=>SVGTextPathElement}
*/
export const textPath: (...children: (Node | any)[]) => SVGTextPathElement;
/**
* @type {(...children: (Node|Object)[])=>SVGTitleElement}
*/
export const title: (...children: (Node | any)[]) => SVGTitleElement;
/**
* @type {(...children: (Node|Object)[])=>SVGTSpanElement}
*/
export const tspan: (...children: (Node | any)[]) => SVGTSpanElement;
/**
* @type {(...children: (Node|Object)[])=>SVGUseElement}
*/
export const use: (...children: (Node | any)[]) => SVGUseElement;
/**
* @type {(...children: (Node|Object)[])=>SVGViewElement}
*/
export const view: (...children: (Node | any)[]) => SVGViewElement;
//# sourceMappingURL=svgelements.d.mts.map