Kind: Function
Source: src/jsx/jsx-runtime.ts
Part of: Jsx
Signature
tsfunction jsxAttr(key: string, v: string | Promise<string> | Record<string, string | number | null | undefined | boolean>): HtmlEscapedString | Promise<HtmlEscapedString>
Parameters
| Name | Type |
|---|---|
key | string |
v | `string |
Returns: HtmlEscapedString | Promise<HtmlEscapedString>
Relationships
- IMPORTS →
html - IMPORTS →
html - IMPORTS →
escapeToBuffer - IMPORTS →
stringBufferToString - IMPORTS →
isValidAttributeName - IMPORTS →
styleObjectForEach - IMPORTS →
jsxDEV - IMPORTS →
jsxDEV
Was this page helpful?