UNPKG

@srfnstack/fntags

Version:

<p align="center"> <img alt="fntags header" src="https://raw.githubusercontent.com/SRFNStack/fntags/master/docs/fntags_header.gif"> </p>

484 lines 16.4 kB
/** * @type {(...children: (Node|Object)[])=>HTMLAnchorElement} */ export const a: (...children: (Node | any)[]) => HTMLAnchorElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const abbr: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const acronym: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const address: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLAreaElement} */ export const area: (...children: (Node | any)[]) => HTMLAreaElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const article: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const aside: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLAudioElement} */ export const audio: (...children: (Node | any)[]) => HTMLAudioElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const b: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLBaseElement} */ export const base: (...children: (Node | any)[]) => HTMLBaseElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const bdi: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const bdo: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const big: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLQuoteElement} */ export const blockquote: (...children: (Node | any)[]) => HTMLQuoteElement; /** * @type {(...children: (Node|Object)[])=>HTMLBodyElement} */ export const body: (...children: (Node | any)[]) => HTMLBodyElement; /** * @type {(...children: (Node|Object)[])=>HTMLBRElement} */ export const br: (...children: (Node | any)[]) => HTMLBRElement; /** * @type {(...children: (Node|Object)[])=>HTMLButtonElement} */ export const button: (...children: (Node | any)[]) => HTMLButtonElement; /** * @type {(...children: (Node|Object)[])=>HTMLCanvasElement} */ export const canvas: (...children: (Node | any)[]) => HTMLCanvasElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableCaptionElement} */ export const caption: (...children: (Node | any)[]) => HTMLTableCaptionElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const cite: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const code: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableColElement} */ export const col: (...children: (Node | any)[]) => HTMLTableColElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableColElement} */ export const colgroup: (...children: (Node | any)[]) => HTMLTableColElement; /** * @type {(...children: (Node|Object)[])=>HTMLDataElement} */ export const data: (...children: (Node | any)[]) => HTMLDataElement; /** * @type {(...children: (Node|Object)[])=>HTMLDataListElement} */ export const datalist: (...children: (Node | any)[]) => HTMLDataListElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const dd: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLModElement} */ export const del: (...children: (Node | any)[]) => HTMLModElement; /** * @type {(...children: (Node|Object)[])=>HTMLDetailsElement} */ export const details: (...children: (Node | any)[]) => HTMLDetailsElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const dfn: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLDialogElement} */ export const dialog: (...children: (Node | any)[]) => HTMLDialogElement; /** * @type {(...children: (Node|Object)[])=>HTMLDivElement} */ export const div: (...children: (Node | any)[]) => HTMLDivElement; /** * @type {(...children: (Node|Object)[])=>HTMLDListElement} */ export const dl: (...children: (Node | any)[]) => HTMLDListElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const dt: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const em: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLEmbedElement} */ export const embed: (...children: (Node | any)[]) => HTMLEmbedElement; /** * @type {(...children: (Node|Object)[])=>HTMLFieldSetElement} */ export const fieldset: (...children: (Node | any)[]) => HTMLFieldSetElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const figcaption: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const figure: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLDivElement} */ export const flexCol: (...children: (Node | any)[]) => HTMLDivElement; /** * @type {(...children: (Node|Object)[])=>HTMLDivElement} */ export const flexCenteredCol: (...children: (Node | any)[]) => HTMLDivElement; /** * @type {(...children: (Node|Object)[])=>HTMLDivElement} */ export const flexRow: (...children: (Node | any)[]) => HTMLDivElement; /** * @type {(...children: (Node|Object)[])=>HTMLDivElement} */ export const flexCenteredRow: (...children: (Node | any)[]) => HTMLDivElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const footer: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLFormElement} */ export const form: (...children: (Node | any)[]) => HTMLFormElement; /** * @type {(...children: (Node|Object)[])=>HTMLHeadingElement} */ export const h1: (...children: (Node | any)[]) => HTMLHeadingElement; /** * @type {(...children: (Node|Object)[])=>HTMLHeadingElement} */ export const h2: (...children: (Node | any)[]) => HTMLHeadingElement; /** * @type {(...children: (Node|Object)[])=>HTMLHeadingElement} */ export const h3: (...children: (Node | any)[]) => HTMLHeadingElement; /** * @type {(...children: (Node|Object)[])=>HTMLHeadingElement} */ export const h4: (...children: (Node | any)[]) => HTMLHeadingElement; /** * @type {(...children: (Node|Object)[])=>HTMLHeadingElement} */ export const h5: (...children: (Node | any)[]) => HTMLHeadingElement; /** * @type {(...children: (Node|Object)[])=>HTMLHeadingElement} */ export const h6: (...children: (Node | any)[]) => HTMLHeadingElement; /** * @type {(...children: (Node|Object)[])=>HTMLHeadElement} */ export const head: (...children: (Node | any)[]) => HTMLHeadElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const header: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const hgroup: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLHRElement} */ export const hr: (...children: (Node | any)[]) => HTMLHRElement; /** * @type {(...children: (Node|Object)[])=>HTMLHtmlElement} */ export const html: (...children: (Node | any)[]) => HTMLHtmlElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const i: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLIFrameElement} */ export const iframe: (...children: (Node | any)[]) => HTMLIFrameElement; /** * @type {(...children: (Node|Object)[])=>HTMLImageElement} */ export const img: (...children: (Node | any)[]) => HTMLImageElement; /** * @type {(...children: (Node|Object)[])=>HTMLInputElement} */ export const input: (...children: (Node | any)[]) => HTMLInputElement; /** * @type {(...children: (Node|Object)[])=>HTMLModElement} */ export const ins: (...children: (Node | any)[]) => HTMLModElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const kbd: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLLabelElement} */ export const label: (...children: (Node | any)[]) => HTMLLabelElement; /** * @type {(...children: (Node|Object)[])=>HTMLLegendElement} */ export const legend: (...children: (Node | any)[]) => HTMLLegendElement; /** * @type {(...children: (Node|Object)[])=>HTMLLIElement} */ export const li: (...children: (Node | any)[]) => HTMLLIElement; /** * @type {(...children: (Node|Object)[])=>HTMLLinkElement} */ export const link: (...children: (Node | any)[]) => HTMLLinkElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const main: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLMapElement} */ export const map: (...children: (Node | any)[]) => HTMLMapElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const mark: (...children: (Node | any)[]) => HTMLElement; /** * The best html element for every occasion. * @type {(...children: (Node|Object)[])=>HTMLMarqueeElement} */ export const marquee: (...children: (Node | any)[]) => HTMLMarqueeElement; /** * @type {(...children: (Node|Object)[])=>HTMLMenuElement} */ export const menu: (...children: (Node | any)[]) => HTMLMenuElement; /** * @type {(...children: (Node|Object)[])=>HTMLMetaElement} */ export const meta: (...children: (Node | any)[]) => HTMLMetaElement; /** * @type {(...children: (Node|Object)[])=>HTMLMeterElement} */ export const meter: (...children: (Node | any)[]) => HTMLMeterElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const nav: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const noframes: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const noscript: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLObjectElement} */ export const object: (...children: (Node | any)[]) => HTMLObjectElement; /** * @type {(...children: (Node|Object)[])=>HTMLOListElement} */ export const ol: (...children: (Node | any)[]) => HTMLOListElement; /** * @type {(...children: (Node|Object)[])=>HTMLOptGroupElement} */ export const optgroup: (...children: (Node | any)[]) => HTMLOptGroupElement; /** * @type {(...children: (Node|Object)[])=>HTMLOptionElement} */ export const option: (...children: (Node | any)[]) => HTMLOptionElement; /** * @type {(...children: (Node|Object)[])=>HTMLOutputElement} */ export const output: (...children: (Node | any)[]) => HTMLOutputElement; /** * @type {(...children: (Node|Object)[])=>HTMLParagraphElement} */ export const p: (...children: (Node | any)[]) => HTMLParagraphElement; /** * @type {(...children: (Node|Object)[])=>HTMLPictureElement} */ export const picture: (...children: (Node | any)[]) => HTMLPictureElement; /** * @type {(...children: (Node|Object)[])=>HTMLPreElement} */ export const pre: (...children: (Node | any)[]) => HTMLPreElement; /** * @type {(...children: (Node|Object)[])=>HTMLProgressElement} */ export const progress: (...children: (Node | any)[]) => HTMLProgressElement; /** * @type {(...children: (Node|Object)[])=>HTMLQuoteElement} */ export const q: (...children: (Node | any)[]) => HTMLQuoteElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const rp: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const rt: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const ruby: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const s: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const samp: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLScriptElement} */ export const script: (...children: (Node | any)[]) => HTMLScriptElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const section: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLSelectElement} */ export const select: (...children: (Node | any)[]) => HTMLSelectElement; /** * @type {(...children: (Node|Object)[])=>HTMLSlotElement} */ export const slot: (...children: (Node | any)[]) => HTMLSlotElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const small: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLSourceElement} */ export const source: (...children: (Node | any)[]) => HTMLSourceElement; /** * @type {(...children: (Node|Object)[])=>HTMLSpanElement} */ export const span: (...children: (Node | any)[]) => HTMLSpanElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const strong: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLStyleElement} */ export const style: (...children: (Node | any)[]) => HTMLStyleElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const sub: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const summary: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const sup: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableElement} */ export const table: (...children: (Node | any)[]) => HTMLTableElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableSectionElement} */ export const tbody: (...children: (Node | any)[]) => HTMLTableSectionElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableCellElement} */ export const td: (...children: (Node | any)[]) => HTMLTableCellElement; /** * @type {(...children: (Node|Object)[])=>HTMLTemplateElement} */ export const template: (...children: (Node | any)[]) => HTMLTemplateElement; /** * @type {(...children: (Node|Object)[])=>HTMLTextAreaElement} */ export const textarea: (...children: (Node | any)[]) => HTMLTextAreaElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableSectionElement} */ export const tfoot: (...children: (Node | any)[]) => HTMLTableSectionElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableCellElement} */ export const th: (...children: (Node | any)[]) => HTMLTableCellElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableSectionElement} */ export const thead: (...children: (Node | any)[]) => HTMLTableSectionElement; /** * @type {(...children: (Node|Object)[])=>HTMLTimeElement} */ export const time: (...children: (Node | any)[]) => HTMLTimeElement; /** * @type {(...children: (Node|Object)[])=>HTMLTitleElement} */ export const title: (...children: (Node | any)[]) => HTMLTitleElement; /** * @type {(...children: (Node|Object)[])=>HTMLTableRowElement} */ export const tr: (...children: (Node | any)[]) => HTMLTableRowElement; /** * @type {(...children: (Node|Object)[])=>HTMLTrackElement} */ export const track: (...children: (Node | any)[]) => HTMLTrackElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const tt: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const u: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLUListElement} */ export const ul: (...children: (Node | any)[]) => HTMLUListElement; /** * name conflicts with js syntax * * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const var_: (...children: (Node | any)[]) => HTMLElement; /** * @type {(...children: (Node|Object)[])=>HTMLVideoElement} */ export const video: (...children: (Node | any)[]) => HTMLVideoElement; /** * @type {(...children: (Node|Object)[])=>HTMLElement} */ export const wbr: (...children: (Node | any)[]) => HTMLElement; //# sourceMappingURL=fnelements.d.mts.map