@hedystia/view 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/constants.cjs +13 -0
- package/dist/constants.cjs.map +1 -0
- package/dist/constants.mjs +13 -0
- package/dist/constants.mjs.map +1 -0
- package/dist/context/context.cjs +51 -0
- package/dist/context/context.cjs.map +1 -0
- package/dist/context/context.d.cts +25 -0
- package/dist/context/context.d.mts +25 -0
- package/dist/context/context.mjs +50 -0
- package/dist/context/context.mjs.map +1 -0
- package/dist/fetch/resource.cjs +89 -0
- package/dist/fetch/resource.cjs.map +1 -0
- package/dist/fetch/resource.d.cts +14 -0
- package/dist/fetch/resource.d.mts +14 -0
- package/dist/fetch/resource.mjs +88 -0
- package/dist/fetch/resource.mjs.map +1 -0
- package/dist/index.cjs +58 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.mjs +14 -0
- package/dist/jsx/element.cjs +201 -0
- package/dist/jsx/element.cjs.map +1 -0
- package/dist/jsx/element.d.cts +48 -0
- package/dist/jsx/element.d.mts +48 -0
- package/dist/jsx/element.mjs +199 -0
- package/dist/jsx/element.mjs.map +1 -0
- package/dist/jsx-dev-runtime.cjs +40 -0
- package/dist/jsx-dev-runtime.cjs.map +1 -0
- package/dist/jsx-dev-runtime.d.cts +21 -0
- package/dist/jsx-dev-runtime.d.mts +21 -0
- package/dist/jsx-dev-runtime.mjs +36 -0
- package/dist/jsx-dev-runtime.mjs.map +1 -0
- package/dist/jsx-runtime.cjs +5 -0
- package/dist/jsx-runtime.d.cts +3 -0
- package/dist/jsx-runtime.d.mts +3 -0
- package/dist/jsx-runtime.mjs +2 -0
- package/dist/jsx.d.cts +942 -0
- package/dist/jsx.d.mts +942 -0
- package/dist/lifecycle/hooks.cjs +56 -0
- package/dist/lifecycle/hooks.cjs.map +1 -0
- package/dist/lifecycle/hooks.d.cts +37 -0
- package/dist/lifecycle/hooks.d.mts +37 -0
- package/dist/lifecycle/hooks.mjs +54 -0
- package/dist/lifecycle/hooks.mjs.map +1 -0
- package/dist/render/engine.cjs +52 -0
- package/dist/render/engine.cjs.map +1 -0
- package/dist/render/engine.d.cts +31 -0
- package/dist/render/engine.d.mts +31 -0
- package/dist/render/engine.mjs +51 -0
- package/dist/render/engine.mjs.map +1 -0
- package/dist/render/flow.cjs +286 -0
- package/dist/render/flow.cjs.map +1 -0
- package/dist/render/flow.d.cts +64 -0
- package/dist/render/flow.d.mts +64 -0
- package/dist/render/flow.mjs +279 -0
- package/dist/render/flow.mjs.map +1 -0
- package/dist/scheduler/scheduler.cjs +61 -0
- package/dist/scheduler/scheduler.cjs.map +1 -0
- package/dist/scheduler/scheduler.d.cts +31 -0
- package/dist/scheduler/scheduler.d.mts +31 -0
- package/dist/scheduler/scheduler.mjs +59 -0
- package/dist/scheduler/scheduler.mjs.map +1 -0
- package/dist/signal/signal.cjs +387 -0
- package/dist/signal/signal.cjs.map +1 -0
- package/dist/signal/signal.d.cts +44 -0
- package/dist/signal/signal.d.mts +44 -0
- package/dist/signal/signal.mjs +370 -0
- package/dist/signal/signal.mjs.map +1 -0
- package/dist/store/index.cjs +1 -0
- package/dist/store/index.mjs +2 -0
- package/dist/store/store.cjs +94 -0
- package/dist/store/store.cjs.map +1 -0
- package/dist/store/store.d.cts +22 -0
- package/dist/store/store.d.mts +22 -0
- package/dist/store/store.mjs +91 -0
- package/dist/store/store.mjs.map +1 -0
- package/dist/style/computed.cjs +65 -0
- package/dist/style/computed.cjs.map +1 -0
- package/dist/style/computed.d.cts +18 -0
- package/dist/style/computed.d.mts +18 -0
- package/dist/style/computed.mjs +63 -0
- package/dist/style/computed.mjs.map +1 -0
- package/dist/text/text.cjs +74 -0
- package/dist/text/text.cjs.map +1 -0
- package/dist/text/text.d.cts +31 -0
- package/dist/text/text.d.mts +31 -0
- package/dist/text/text.mjs +72 -0
- package/dist/text/text.mjs.map +1 -0
- package/dist/types.d.cts +185 -0
- package/dist/types.d.mts +185 -0
- package/dist/utils/index.cjs +34 -0
- package/dist/utils/index.cjs.map +1 -0
- package/dist/utils/index.mjs +33 -0
- package/dist/utils/index.mjs.map +1 -0
- package/dist/watch/watcher.cjs +71 -0
- package/dist/watch/watcher.cjs.map +1 -0
- package/dist/watch/watcher.d.cts +17 -0
- package/dist/watch/watcher.d.mts +17 -0
- package/dist/watch/watcher.mjs +70 -0
- package/dist/watch/watcher.mjs.map +1 -0
- package/package.json +34 -0
- package/readme.md +395 -0
package/dist/jsx.d.cts
ADDED
|
@@ -0,0 +1,942 @@
|
|
|
1
|
+
//#region src/jsx.d.ts
|
|
2
|
+
/**
|
|
3
|
+
* JSX type definitions for @hedystia/view
|
|
4
|
+
*
|
|
5
|
+
* Provides type definitions for all HTML and SVG intrinsic elements.
|
|
6
|
+
*/
|
|
7
|
+
declare namespace JSX {
|
|
8
|
+
export type Element = HTMLElement | DocumentFragment | Text | Comment | null;
|
|
9
|
+
export type ElementClass = never;
|
|
10
|
+
export interface ElementChildrenAttribute {
|
|
11
|
+
children: {};
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Children type - supports single element, arrays of elements, strings, numbers, or functions (reactive)
|
|
15
|
+
*/
|
|
16
|
+
export type Child = Element | string | number | boolean | null | undefined | (() => Child | Child[]);
|
|
17
|
+
export type Children = Child | Child[];
|
|
18
|
+
export interface IntrinsicElements {
|
|
19
|
+
// HTML Elements
|
|
20
|
+
a: AnchorHTMLAttributes;
|
|
21
|
+
abbr: HTMLAttributes;
|
|
22
|
+
address: HTMLAttributes;
|
|
23
|
+
area: AreaHTMLAttributes;
|
|
24
|
+
article: HTMLAttributes;
|
|
25
|
+
aside: HTMLAttributes;
|
|
26
|
+
audio: AudioHTMLAttributes;
|
|
27
|
+
b: HTMLAttributes;
|
|
28
|
+
base: BaseHTMLAttributes;
|
|
29
|
+
bdi: HTMLAttributes;
|
|
30
|
+
bdo: HTMLAttributes;
|
|
31
|
+
big: HTMLAttributes;
|
|
32
|
+
blockquote: BlockquoteHTMLAttributes;
|
|
33
|
+
body: HTMLAttributes;
|
|
34
|
+
br: HTMLAttributes;
|
|
35
|
+
button: ButtonHTMLAttributes;
|
|
36
|
+
canvas: CanvasHTMLAttributes;
|
|
37
|
+
caption: HTMLAttributes;
|
|
38
|
+
cite: HTMLAttributes;
|
|
39
|
+
code: HTMLAttributes;
|
|
40
|
+
col: ColHTMLAttributes;
|
|
41
|
+
colgroup: ColgroupHTMLAttributes;
|
|
42
|
+
data: DataHTMLAttributes;
|
|
43
|
+
datalist: HTMLAttributes;
|
|
44
|
+
dd: HTMLAttributes;
|
|
45
|
+
del: DelHTMLAttributes;
|
|
46
|
+
details: DetailsHTMLAttributes;
|
|
47
|
+
dfn: HTMLAttributes;
|
|
48
|
+
dialog: DialogHTMLAttributes;
|
|
49
|
+
div: HTMLAttributes;
|
|
50
|
+
dl: HTMLAttributes;
|
|
51
|
+
dt: HTMLAttributes;
|
|
52
|
+
em: HTMLAttributes;
|
|
53
|
+
embed: EmbedHTMLAttributes;
|
|
54
|
+
fieldset: FieldsetHTMLAttributes;
|
|
55
|
+
figcaption: HTMLAttributes;
|
|
56
|
+
figure: HTMLAttributes;
|
|
57
|
+
footer: HTMLAttributes;
|
|
58
|
+
form: FormHTMLAttributes;
|
|
59
|
+
h1: HTMLAttributes;
|
|
60
|
+
h2: HTMLAttributes;
|
|
61
|
+
h3: HTMLAttributes;
|
|
62
|
+
h4: HTMLAttributes;
|
|
63
|
+
h5: HTMLAttributes;
|
|
64
|
+
h6: HTMLAttributes;
|
|
65
|
+
head: HTMLAttributes;
|
|
66
|
+
header: HTMLAttributes;
|
|
67
|
+
hgroup: HTMLAttributes;
|
|
68
|
+
hr: HTMLAttributes;
|
|
69
|
+
html: HTMLAttributes;
|
|
70
|
+
i: HTMLAttributes;
|
|
71
|
+
iframe: IframeHTMLAttributes;
|
|
72
|
+
img: ImgHTMLAttributes;
|
|
73
|
+
input: InputHTMLAttributes;
|
|
74
|
+
ins: InsHTMLAttributes;
|
|
75
|
+
kbd: HTMLAttributes;
|
|
76
|
+
keygen: KeygenHTMLAttributes;
|
|
77
|
+
label: LabelHTMLAttributes;
|
|
78
|
+
legend: HTMLAttributes;
|
|
79
|
+
li: LiHTMLAttributes;
|
|
80
|
+
link: LinkHTMLAttributes;
|
|
81
|
+
main: HTMLAttributes;
|
|
82
|
+
map: MapHTMLAttributes;
|
|
83
|
+
mark: HTMLAttributes;
|
|
84
|
+
menu: MenuHTMLAttributes;
|
|
85
|
+
menuitem: HTMLAttributes;
|
|
86
|
+
meta: MetaHTMLAttributes;
|
|
87
|
+
meter: MeterHTMLAttributes;
|
|
88
|
+
nav: HTMLAttributes;
|
|
89
|
+
noscript: HTMLAttributes;
|
|
90
|
+
object: ObjectHTMLAttributes;
|
|
91
|
+
ol: OlHTMLAttributes;
|
|
92
|
+
optgroup: OptgroupHTMLAttributes;
|
|
93
|
+
option: OptionHTMLAttributes;
|
|
94
|
+
output: OutputHTMLAttributes;
|
|
95
|
+
p: HTMLAttributes;
|
|
96
|
+
param: ParamHTMLAttributes;
|
|
97
|
+
picture: HTMLAttributes;
|
|
98
|
+
pre: HTMLAttributes;
|
|
99
|
+
progress: ProgressHTMLAttributes;
|
|
100
|
+
q: QuoteHTMLAttributes;
|
|
101
|
+
rp: HTMLAttributes;
|
|
102
|
+
rt: HTMLAttributes;
|
|
103
|
+
ruby: HTMLAttributes;
|
|
104
|
+
s: HTMLAttributes;
|
|
105
|
+
samp: HTMLAttributes;
|
|
106
|
+
script: ScriptHTMLAttributes;
|
|
107
|
+
section: HTMLAttributes;
|
|
108
|
+
select: SelectHTMLAttributes;
|
|
109
|
+
small: HTMLAttributes;
|
|
110
|
+
source: SourceHTMLAttributes;
|
|
111
|
+
span: HTMLAttributes;
|
|
112
|
+
strong: HTMLAttributes;
|
|
113
|
+
style: StyleHTMLAttributes;
|
|
114
|
+
sub: HTMLAttributes;
|
|
115
|
+
summary: HTMLAttributes;
|
|
116
|
+
sup: HTMLAttributes;
|
|
117
|
+
table: TableHTMLAttributes;
|
|
118
|
+
tbody: HTMLAttributes;
|
|
119
|
+
td: TdHTMLAttributes;
|
|
120
|
+
textarea: TextareaHTMLAttributes;
|
|
121
|
+
tfoot: HTMLAttributes;
|
|
122
|
+
th: ThHTMLAttributes;
|
|
123
|
+
thead: HTMLAttributes;
|
|
124
|
+
time: TimeHTMLAttributes;
|
|
125
|
+
title: HTMLAttributes;
|
|
126
|
+
tr: HTMLAttributes;
|
|
127
|
+
track: TrackHTMLAttributes;
|
|
128
|
+
u: HTMLAttributes;
|
|
129
|
+
ul: HTMLAttributes;
|
|
130
|
+
var: HTMLAttributes;
|
|
131
|
+
video: VideoHTMLAttributes;
|
|
132
|
+
wbr: HTMLAttributes; // SVG Elements
|
|
133
|
+
svg: SvgHTMLAttributes;
|
|
134
|
+
animate: AnimateHTMLAttributes;
|
|
135
|
+
animateMotion: AnimateMotionHTMLAttributes;
|
|
136
|
+
animateTransform: AnimateTransformHTMLAttributes;
|
|
137
|
+
circle: CircleHTMLAttributes;
|
|
138
|
+
clipPath: ClipPathHTMLAttributes;
|
|
139
|
+
defs: DefsHTMLAttributes;
|
|
140
|
+
desc: DescHTMLAttributes;
|
|
141
|
+
ellipse: EllipseHTMLAttributes;
|
|
142
|
+
feBlend: FeBlendHTMLAttributes;
|
|
143
|
+
feColorMatrix: FeColorMatrixHTMLAttributes;
|
|
144
|
+
feComponentTransfer: FeComponentTransferHTMLAttributes;
|
|
145
|
+
feComposite: FeCompositeHTMLAttributes;
|
|
146
|
+
feConvolveMatrix: FeConvolveMatrixHTMLAttributes;
|
|
147
|
+
feDiffuseLighting: FeDiffuseLightingHTMLAttributes;
|
|
148
|
+
feDisplacementMap: FeDisplacementMapHTMLAttributes;
|
|
149
|
+
feDistantLight: FeDistantLightHTMLAttributes;
|
|
150
|
+
feDropShadow: FeDropShadowHTMLAttributes;
|
|
151
|
+
feFlood: FeFloodHTMLAttributes;
|
|
152
|
+
feFuncA: FeFuncAHTMLAttributes;
|
|
153
|
+
feFuncB: FeFuncBHTMLAttributes;
|
|
154
|
+
feFuncG: FeFuncGHTMLAttributes;
|
|
155
|
+
feFuncR: FeFuncRHTMLAttributes;
|
|
156
|
+
feGaussianBlur: FeGaussianBlurHTMLAttributes;
|
|
157
|
+
feImage: FeImageHTMLAttributes;
|
|
158
|
+
feMerge: FeMergeHTMLAttributes;
|
|
159
|
+
feMergeNode: FeMergeNodeHTMLAttributes;
|
|
160
|
+
feMorphology: FeMorphologyHTMLAttributes;
|
|
161
|
+
feOffset: FeOffsetHTMLAttributes;
|
|
162
|
+
fePointLight: FePointLightHTMLAttributes;
|
|
163
|
+
feSpecularLighting: FeSpecularLightingHTMLAttributes;
|
|
164
|
+
feSpotLight: FeSpotLightHTMLAttributes;
|
|
165
|
+
feTile: FeTileHTMLAttributes;
|
|
166
|
+
feTurbulence: FeTurbulenceHTMLAttributes;
|
|
167
|
+
filter: FilterHTMLAttributes;
|
|
168
|
+
foreignObject: ForeignObjectHTMLAttributes;
|
|
169
|
+
g: GHTMLAttributes;
|
|
170
|
+
image: ImageHTMLAttributes;
|
|
171
|
+
line: LineHTMLAttributes;
|
|
172
|
+
linearGradient: LinearGradientHTMLAttributes;
|
|
173
|
+
marker: MarkerHTMLAttributes;
|
|
174
|
+
mask: MaskHTMLAttributes;
|
|
175
|
+
metadata: MetadataHTMLAttributes;
|
|
176
|
+
mpath: MpathHTMLAttributes;
|
|
177
|
+
path: PathHTMLAttributes;
|
|
178
|
+
pattern: PatternHTMLAttributes;
|
|
179
|
+
polygon: PolygonHTMLAttributes;
|
|
180
|
+
polyline: PolylineHTMLAttributes;
|
|
181
|
+
radialGradient: RadialGradientHTMLAttributes;
|
|
182
|
+
rect: RectHTMLAttributes;
|
|
183
|
+
stop: StopHTMLAttributes;
|
|
184
|
+
switch: SwitchHTMLAttributes;
|
|
185
|
+
symbol: SymbolHTMLAttributes;
|
|
186
|
+
text: TextHTMLAttributes;
|
|
187
|
+
textPath: TextPathHTMLAttributes;
|
|
188
|
+
tspan: TspanHTMLAttributes;
|
|
189
|
+
use: UseHTMLAttributes;
|
|
190
|
+
view: ViewHTMLAttributes;
|
|
191
|
+
} // Base HTML Attributes
|
|
192
|
+
export interface HTMLAttributes {
|
|
193
|
+
accesskey?: string;
|
|
194
|
+
class?: string;
|
|
195
|
+
className?: string;
|
|
196
|
+
contenteditable?: boolean | "true" | "false" | "plaintext-only";
|
|
197
|
+
contextmenu?: string;
|
|
198
|
+
dir?: "ltr" | "rtl" | "auto";
|
|
199
|
+
draggable?: boolean | "true" | "false";
|
|
200
|
+
hidden?: boolean | "hidden" | "until-found";
|
|
201
|
+
id?: string;
|
|
202
|
+
lang?: string;
|
|
203
|
+
slot?: string;
|
|
204
|
+
spellcheck?: boolean | "true" | "false";
|
|
205
|
+
style?: string | Record<string, string | number | undefined> | (() => string | Record<string, string | number | undefined>);
|
|
206
|
+
tabindex?: number | string;
|
|
207
|
+
title?: string;
|
|
208
|
+
translate?: "yes" | "no";
|
|
209
|
+
onClick?: (event: MouseEvent) => void;
|
|
210
|
+
onContextMenu?: (event: MouseEvent) => void;
|
|
211
|
+
onDblClick?: (event: MouseEvent) => void;
|
|
212
|
+
onDrag?: (event: DragEvent) => void;
|
|
213
|
+
onDragEnd?: (event: DragEvent) => void;
|
|
214
|
+
onDragEnter?: (event: DragEvent) => void;
|
|
215
|
+
onDragLeave?: (event: DragEvent) => void;
|
|
216
|
+
onDragOver?: (event: DragEvent) => void;
|
|
217
|
+
onDragStart?: (event: DragEvent) => void;
|
|
218
|
+
onDrop?: (event: DragEvent) => void;
|
|
219
|
+
onMouseDown?: (event: MouseEvent) => void;
|
|
220
|
+
onMouseEnter?: (event: MouseEvent) => void;
|
|
221
|
+
onMouseLeave?: (event: MouseEvent) => void;
|
|
222
|
+
onMouseMove?: (event: MouseEvent) => void;
|
|
223
|
+
onMouseOut?: (event: MouseEvent) => void;
|
|
224
|
+
onMouseOver?: (event: MouseEvent) => void;
|
|
225
|
+
onMouseUp?: (event: MouseEvent) => void;
|
|
226
|
+
onTouchCancel?: (event: TouchEvent) => void;
|
|
227
|
+
onTouchEnd?: (event: TouchEvent) => void;
|
|
228
|
+
onTouchMove?: (event: TouchEvent) => void;
|
|
229
|
+
onTouchStart?: (event: TouchEvent) => void;
|
|
230
|
+
onWheel?: (event: WheelEvent) => void;
|
|
231
|
+
onInput?: (event: Event) => void;
|
|
232
|
+
onChange?: (event: Event) => void;
|
|
233
|
+
onKeyDown?: (event: KeyboardEvent) => void;
|
|
234
|
+
onKeyUp?: (event: KeyboardEvent) => void;
|
|
235
|
+
onFocus?: (event: FocusEvent) => void;
|
|
236
|
+
onBlur?: (event: FocusEvent) => void;
|
|
237
|
+
onScroll?: (event: UIEvent) => void;
|
|
238
|
+
onLoad?: (event: Event) => void;
|
|
239
|
+
onError?: (event: Event) => void;
|
|
240
|
+
children?: JSX.Children;
|
|
241
|
+
} // Specific Element Attributes (extending HTMLAttributes)
|
|
242
|
+
export interface AnchorHTMLAttributes extends HTMLAttributes {
|
|
243
|
+
download?: string;
|
|
244
|
+
href?: string;
|
|
245
|
+
hreflang?: string;
|
|
246
|
+
media?: string;
|
|
247
|
+
ping?: string;
|
|
248
|
+
referrerpolicy?: string;
|
|
249
|
+
rel?: string;
|
|
250
|
+
target?: string;
|
|
251
|
+
type?: string;
|
|
252
|
+
}
|
|
253
|
+
export interface AreaHTMLAttributes extends HTMLAttributes {
|
|
254
|
+
alt?: string;
|
|
255
|
+
coords?: string;
|
|
256
|
+
download?: string;
|
|
257
|
+
href?: string;
|
|
258
|
+
hreflang?: string;
|
|
259
|
+
media?: string;
|
|
260
|
+
referrerpolicy?: string;
|
|
261
|
+
rel?: string;
|
|
262
|
+
shape?: string;
|
|
263
|
+
target?: string;
|
|
264
|
+
}
|
|
265
|
+
export interface AudioHTMLAttributes extends HTMLAttributes {
|
|
266
|
+
autoplay?: boolean;
|
|
267
|
+
controls?: boolean;
|
|
268
|
+
loop?: boolean;
|
|
269
|
+
muted?: boolean;
|
|
270
|
+
preload?: string;
|
|
271
|
+
src?: string;
|
|
272
|
+
}
|
|
273
|
+
export interface BaseHTMLAttributes extends HTMLAttributes {
|
|
274
|
+
href?: string;
|
|
275
|
+
target?: string;
|
|
276
|
+
}
|
|
277
|
+
export interface BlockquoteHTMLAttributes extends HTMLAttributes {
|
|
278
|
+
cite?: string;
|
|
279
|
+
}
|
|
280
|
+
export interface ButtonHTMLAttributes extends HTMLAttributes {
|
|
281
|
+
autofocus?: boolean;
|
|
282
|
+
disabled?: boolean;
|
|
283
|
+
form?: string;
|
|
284
|
+
formaction?: string;
|
|
285
|
+
formenctype?: string;
|
|
286
|
+
formmethod?: string;
|
|
287
|
+
formnovalidate?: boolean;
|
|
288
|
+
formtarget?: string;
|
|
289
|
+
name?: string;
|
|
290
|
+
type?: string;
|
|
291
|
+
value?: string;
|
|
292
|
+
}
|
|
293
|
+
export interface CanvasHTMLAttributes extends HTMLAttributes {
|
|
294
|
+
height?: number | string;
|
|
295
|
+
width?: number | string;
|
|
296
|
+
}
|
|
297
|
+
export interface ColHTMLAttributes extends HTMLAttributes {
|
|
298
|
+
span?: number | string;
|
|
299
|
+
}
|
|
300
|
+
export interface ColgroupHTMLAttributes extends HTMLAttributes {
|
|
301
|
+
span?: number | string;
|
|
302
|
+
}
|
|
303
|
+
export interface DataHTMLAttributes extends HTMLAttributes {
|
|
304
|
+
value?: string;
|
|
305
|
+
}
|
|
306
|
+
export interface DelHTMLAttributes extends HTMLAttributes {
|
|
307
|
+
cite?: string;
|
|
308
|
+
datetime?: string;
|
|
309
|
+
}
|
|
310
|
+
export interface DetailsHTMLAttributes extends HTMLAttributes {
|
|
311
|
+
open?: boolean;
|
|
312
|
+
}
|
|
313
|
+
export interface DialogHTMLAttributes extends HTMLAttributes {
|
|
314
|
+
open?: boolean;
|
|
315
|
+
}
|
|
316
|
+
export interface EmbedHTMLAttributes extends HTMLAttributes {
|
|
317
|
+
height?: number | string;
|
|
318
|
+
src?: string;
|
|
319
|
+
type?: string;
|
|
320
|
+
width?: number | string;
|
|
321
|
+
}
|
|
322
|
+
export interface FieldsetHTMLAttributes extends HTMLAttributes {
|
|
323
|
+
disabled?: boolean;
|
|
324
|
+
form?: string;
|
|
325
|
+
name?: string;
|
|
326
|
+
}
|
|
327
|
+
export interface FormHTMLAttributes extends HTMLAttributes {
|
|
328
|
+
acceptcharset?: string;
|
|
329
|
+
action?: string;
|
|
330
|
+
autocomplete?: string;
|
|
331
|
+
enctype?: string;
|
|
332
|
+
method?: string;
|
|
333
|
+
name?: string;
|
|
334
|
+
novalidate?: boolean;
|
|
335
|
+
target?: string;
|
|
336
|
+
}
|
|
337
|
+
export interface IframeHTMLAttributes extends HTMLAttributes {
|
|
338
|
+
allow?: string;
|
|
339
|
+
allowfullscreen?: boolean;
|
|
340
|
+
allowpaymentrequest?: boolean;
|
|
341
|
+
height?: number | string;
|
|
342
|
+
loading?: "eager" | "lazy";
|
|
343
|
+
name?: string;
|
|
344
|
+
referrerpolicy?: string;
|
|
345
|
+
sandbox?: string;
|
|
346
|
+
src?: string;
|
|
347
|
+
srcdoc?: string;
|
|
348
|
+
width?: number | string;
|
|
349
|
+
}
|
|
350
|
+
export interface ImgHTMLAttributes extends HTMLAttributes {
|
|
351
|
+
alt?: string;
|
|
352
|
+
crossorigin?: string;
|
|
353
|
+
decoding?: "async" | "auto" | "sync";
|
|
354
|
+
height?: number | string;
|
|
355
|
+
loading?: "eager" | "lazy";
|
|
356
|
+
referrerpolicy?: string;
|
|
357
|
+
sizes?: string;
|
|
358
|
+
src?: string;
|
|
359
|
+
srcset?: string;
|
|
360
|
+
usemap?: string;
|
|
361
|
+
width?: number | string;
|
|
362
|
+
}
|
|
363
|
+
export interface InputHTMLAttributes extends HTMLAttributes {
|
|
364
|
+
accept?: string;
|
|
365
|
+
alt?: string;
|
|
366
|
+
autocomplete?: string;
|
|
367
|
+
autofocus?: boolean;
|
|
368
|
+
capture?: boolean | string;
|
|
369
|
+
checked?: boolean;
|
|
370
|
+
crossorigin?: string;
|
|
371
|
+
disabled?: boolean;
|
|
372
|
+
form?: string;
|
|
373
|
+
formaction?: string;
|
|
374
|
+
formenctype?: string;
|
|
375
|
+
formmethod?: string;
|
|
376
|
+
formnovalidate?: boolean;
|
|
377
|
+
formtarget?: string;
|
|
378
|
+
height?: number | string;
|
|
379
|
+
list?: string;
|
|
380
|
+
max?: number | string;
|
|
381
|
+
maxlength?: number | string;
|
|
382
|
+
min?: number | string;
|
|
383
|
+
minlength?: number | string;
|
|
384
|
+
multiple?: boolean;
|
|
385
|
+
name?: string;
|
|
386
|
+
pattern?: string;
|
|
387
|
+
placeholder?: string;
|
|
388
|
+
readonly?: boolean;
|
|
389
|
+
required?: boolean;
|
|
390
|
+
size?: number | string;
|
|
391
|
+
src?: string;
|
|
392
|
+
step?: number | string;
|
|
393
|
+
type?: string;
|
|
394
|
+
value?: string;
|
|
395
|
+
width?: number | string;
|
|
396
|
+
}
|
|
397
|
+
export interface InsHTMLAttributes extends HTMLAttributes {
|
|
398
|
+
cite?: string;
|
|
399
|
+
datetime?: string;
|
|
400
|
+
}
|
|
401
|
+
export interface KeygenHTMLAttributes extends HTMLAttributes {
|
|
402
|
+
autofocus?: boolean;
|
|
403
|
+
challenge?: string;
|
|
404
|
+
disabled?: boolean;
|
|
405
|
+
form?: string;
|
|
406
|
+
keytype?: string;
|
|
407
|
+
name?: string;
|
|
408
|
+
}
|
|
409
|
+
export interface LabelHTMLAttributes extends HTMLAttributes {
|
|
410
|
+
form?: string;
|
|
411
|
+
for?: string;
|
|
412
|
+
}
|
|
413
|
+
export interface LiHTMLAttributes extends HTMLAttributes {
|
|
414
|
+
value?: number | string;
|
|
415
|
+
}
|
|
416
|
+
export interface LinkHTMLAttributes extends HTMLAttributes {
|
|
417
|
+
as?: string;
|
|
418
|
+
crossorigin?: string;
|
|
419
|
+
href?: string;
|
|
420
|
+
hreflang?: string;
|
|
421
|
+
integrity?: string;
|
|
422
|
+
media?: string;
|
|
423
|
+
referrerpolicy?: string;
|
|
424
|
+
rel?: string;
|
|
425
|
+
sizes?: string;
|
|
426
|
+
type?: string;
|
|
427
|
+
}
|
|
428
|
+
export interface MapHTMLAttributes extends HTMLAttributes {
|
|
429
|
+
name?: string;
|
|
430
|
+
}
|
|
431
|
+
export interface MenuHTMLAttributes extends HTMLAttributes {
|
|
432
|
+
type?: string;
|
|
433
|
+
}
|
|
434
|
+
export interface MetaHTMLAttributes extends HTMLAttributes {
|
|
435
|
+
charset?: string;
|
|
436
|
+
content?: string;
|
|
437
|
+
httpequiv?: string;
|
|
438
|
+
media?: string;
|
|
439
|
+
name?: string;
|
|
440
|
+
}
|
|
441
|
+
export interface MeterHTMLAttributes extends HTMLAttributes {
|
|
442
|
+
form?: string;
|
|
443
|
+
high?: number | string;
|
|
444
|
+
low?: number | string;
|
|
445
|
+
max?: number | string;
|
|
446
|
+
min?: number | string;
|
|
447
|
+
optimum?: number | string;
|
|
448
|
+
value?: number | string;
|
|
449
|
+
}
|
|
450
|
+
export interface ObjectHTMLAttributes extends HTMLAttributes {
|
|
451
|
+
data?: string;
|
|
452
|
+
form?: string;
|
|
453
|
+
height?: number | string;
|
|
454
|
+
name?: string;
|
|
455
|
+
type?: string;
|
|
456
|
+
usemap?: string;
|
|
457
|
+
width?: number | string;
|
|
458
|
+
}
|
|
459
|
+
export interface OlHTMLAttributes extends HTMLAttributes {
|
|
460
|
+
reversed?: boolean;
|
|
461
|
+
start?: number | string;
|
|
462
|
+
type?: string;
|
|
463
|
+
}
|
|
464
|
+
export interface OptgroupHTMLAttributes extends HTMLAttributes {
|
|
465
|
+
disabled?: boolean;
|
|
466
|
+
label?: string;
|
|
467
|
+
}
|
|
468
|
+
export interface OptionHTMLAttributes extends HTMLAttributes {
|
|
469
|
+
disabled?: boolean;
|
|
470
|
+
label?: string;
|
|
471
|
+
selected?: boolean;
|
|
472
|
+
value?: string;
|
|
473
|
+
}
|
|
474
|
+
export interface OutputHTMLAttributes extends HTMLAttributes {
|
|
475
|
+
form?: string;
|
|
476
|
+
for?: string;
|
|
477
|
+
name?: string;
|
|
478
|
+
}
|
|
479
|
+
export interface ParamHTMLAttributes extends HTMLAttributes {
|
|
480
|
+
name?: string;
|
|
481
|
+
value?: string;
|
|
482
|
+
}
|
|
483
|
+
export interface ProgressHTMLAttributes extends HTMLAttributes {
|
|
484
|
+
max?: number | string;
|
|
485
|
+
value?: number | string;
|
|
486
|
+
}
|
|
487
|
+
export interface QuoteHTMLAttributes extends HTMLAttributes {
|
|
488
|
+
cite?: string;
|
|
489
|
+
}
|
|
490
|
+
export interface ScriptHTMLAttributes extends HTMLAttributes {
|
|
491
|
+
async?: boolean;
|
|
492
|
+
charset?: string;
|
|
493
|
+
crossorigin?: string;
|
|
494
|
+
defer?: boolean;
|
|
495
|
+
integrity?: string;
|
|
496
|
+
nomodule?: boolean;
|
|
497
|
+
referrerpolicy?: string;
|
|
498
|
+
src?: string;
|
|
499
|
+
type?: string;
|
|
500
|
+
}
|
|
501
|
+
export interface SelectHTMLAttributes extends HTMLAttributes {
|
|
502
|
+
autocomplete?: string;
|
|
503
|
+
autofocus?: boolean;
|
|
504
|
+
disabled?: boolean;
|
|
505
|
+
form?: string;
|
|
506
|
+
multiple?: boolean;
|
|
507
|
+
name?: string;
|
|
508
|
+
required?: boolean;
|
|
509
|
+
size?: number | string;
|
|
510
|
+
value?: string;
|
|
511
|
+
}
|
|
512
|
+
export interface SourceHTMLAttributes extends HTMLAttributes {
|
|
513
|
+
media?: string;
|
|
514
|
+
sizes?: string;
|
|
515
|
+
src?: string;
|
|
516
|
+
srcset?: string;
|
|
517
|
+
type?: string;
|
|
518
|
+
}
|
|
519
|
+
export interface StyleHTMLAttributes extends HTMLAttributes {
|
|
520
|
+
media?: string;
|
|
521
|
+
type?: string;
|
|
522
|
+
}
|
|
523
|
+
export interface TableHTMLAttributes extends HTMLAttributes {
|
|
524
|
+
align?: string;
|
|
525
|
+
border?: number | string;
|
|
526
|
+
cellpadding?: number | string;
|
|
527
|
+
cellspacing?: number | string;
|
|
528
|
+
summary?: string;
|
|
529
|
+
width?: number | string;
|
|
530
|
+
}
|
|
531
|
+
export interface TdHTMLAttributes extends HTMLAttributes {
|
|
532
|
+
align?: string;
|
|
533
|
+
colspan?: number | string;
|
|
534
|
+
headers?: string;
|
|
535
|
+
rowspan?: number | string;
|
|
536
|
+
scope?: string;
|
|
537
|
+
valign?: string;
|
|
538
|
+
width?: number | string;
|
|
539
|
+
}
|
|
540
|
+
export interface TextareaHTMLAttributes extends HTMLAttributes {
|
|
541
|
+
autocomplete?: string;
|
|
542
|
+
autofocus?: boolean;
|
|
543
|
+
cols?: number | string;
|
|
544
|
+
dirname?: string;
|
|
545
|
+
disabled?: boolean;
|
|
546
|
+
form?: string;
|
|
547
|
+
maxlength?: number | string;
|
|
548
|
+
minlength?: number | string;
|
|
549
|
+
name?: string;
|
|
550
|
+
placeholder?: string;
|
|
551
|
+
readonly?: boolean;
|
|
552
|
+
required?: boolean;
|
|
553
|
+
rows?: number | string;
|
|
554
|
+
wrap?: string;
|
|
555
|
+
value?: string;
|
|
556
|
+
}
|
|
557
|
+
export interface ThHTMLAttributes extends HTMLAttributes {
|
|
558
|
+
align?: string;
|
|
559
|
+
colspan?: number | string;
|
|
560
|
+
headers?: string;
|
|
561
|
+
rowspan?: number | string;
|
|
562
|
+
scope?: string;
|
|
563
|
+
valign?: string;
|
|
564
|
+
width?: number | string;
|
|
565
|
+
}
|
|
566
|
+
export interface TimeHTMLAttributes extends HTMLAttributes {
|
|
567
|
+
datetime?: string;
|
|
568
|
+
}
|
|
569
|
+
export interface TrackHTMLAttributes extends HTMLAttributes {
|
|
570
|
+
default?: boolean;
|
|
571
|
+
kind?: string;
|
|
572
|
+
label?: string;
|
|
573
|
+
src?: string;
|
|
574
|
+
srclang?: string;
|
|
575
|
+
}
|
|
576
|
+
export interface VideoHTMLAttributes extends HTMLAttributes {
|
|
577
|
+
autoplay?: boolean;
|
|
578
|
+
controls?: boolean;
|
|
579
|
+
height?: number | string;
|
|
580
|
+
loop?: boolean;
|
|
581
|
+
muted?: boolean;
|
|
582
|
+
playsinline?: boolean;
|
|
583
|
+
poster?: string;
|
|
584
|
+
preload?: string;
|
|
585
|
+
src?: string;
|
|
586
|
+
width?: number | string;
|
|
587
|
+
} // SVG Attributes
|
|
588
|
+
export interface SvgHTMLAttributes extends HTMLAttributes {
|
|
589
|
+
height?: number | string;
|
|
590
|
+
preserveAspectRatio?: string;
|
|
591
|
+
viewBox?: string;
|
|
592
|
+
width?: number | string;
|
|
593
|
+
xmlns?: string;
|
|
594
|
+
}
|
|
595
|
+
export interface CircleHTMLAttributes extends SVGAttributes {
|
|
596
|
+
cx?: number | string;
|
|
597
|
+
cy?: number | string;
|
|
598
|
+
r?: number | string;
|
|
599
|
+
}
|
|
600
|
+
export interface EllipseHTMLAttributes extends SVGAttributes {
|
|
601
|
+
cx?: number | string;
|
|
602
|
+
cy?: number | string;
|
|
603
|
+
rx?: number | string;
|
|
604
|
+
ry?: number | string;
|
|
605
|
+
}
|
|
606
|
+
export interface LineHTMLAttributes extends SVGAttributes {
|
|
607
|
+
x1?: number | string;
|
|
608
|
+
x2?: number | string;
|
|
609
|
+
y1?: number | string;
|
|
610
|
+
y2?: number | string;
|
|
611
|
+
}
|
|
612
|
+
export interface PathHTMLAttributes extends SVGAttributes {
|
|
613
|
+
d?: string;
|
|
614
|
+
pathLength?: number | string;
|
|
615
|
+
}
|
|
616
|
+
export interface PolygonHTMLAttributes extends SVGAttributes {
|
|
617
|
+
points?: string;
|
|
618
|
+
}
|
|
619
|
+
export interface PolylineHTMLAttributes extends SVGAttributes {
|
|
620
|
+
points?: string;
|
|
621
|
+
}
|
|
622
|
+
export interface RectHTMLAttributes extends SVGAttributes {
|
|
623
|
+
height?: number | string;
|
|
624
|
+
rx?: number | string;
|
|
625
|
+
ry?: number | string;
|
|
626
|
+
width?: number | string;
|
|
627
|
+
x?: number | string;
|
|
628
|
+
y?: number | string;
|
|
629
|
+
}
|
|
630
|
+
export interface TextHTMLAttributes extends SVGAttributes {
|
|
631
|
+
dx?: number | string;
|
|
632
|
+
dy?: number | string;
|
|
633
|
+
lengthAdjust?: string;
|
|
634
|
+
textLength?: number | string;
|
|
635
|
+
x?: number | string;
|
|
636
|
+
y?: number | string;
|
|
637
|
+
}
|
|
638
|
+
export interface ImageHTMLAttributes extends SVGAttributes {
|
|
639
|
+
height?: number | string;
|
|
640
|
+
href?: string;
|
|
641
|
+
preserveAspectRatio?: string;
|
|
642
|
+
width?: number | string;
|
|
643
|
+
x?: number | string;
|
|
644
|
+
y?: number | string;
|
|
645
|
+
}
|
|
646
|
+
export interface GHTMLAttributes extends SVGAttributes {}
|
|
647
|
+
export interface SVGAttributes extends HTMLAttributes {
|
|
648
|
+
accentHeight?: number | string;
|
|
649
|
+
accumulate?: string;
|
|
650
|
+
additive?: string;
|
|
651
|
+
alignmentBaseline?: string;
|
|
652
|
+
allowReorder?: string;
|
|
653
|
+
alphabetic?: number | string;
|
|
654
|
+
amplitude?: number | string;
|
|
655
|
+
arabicForm?: string;
|
|
656
|
+
ascent?: number | string;
|
|
657
|
+
attributeName?: string;
|
|
658
|
+
attributeType?: string;
|
|
659
|
+
autoReverse?: string;
|
|
660
|
+
azimuth?: number | string;
|
|
661
|
+
baseFrequency?: number | string;
|
|
662
|
+
baselineShift?: number | string;
|
|
663
|
+
baseProfile?: number | string;
|
|
664
|
+
bbox?: number | string;
|
|
665
|
+
begin?: number | string;
|
|
666
|
+
bias?: number | string;
|
|
667
|
+
by?: number | string;
|
|
668
|
+
calcMode?: string;
|
|
669
|
+
capHeight?: number | string;
|
|
670
|
+
clip?: number | string;
|
|
671
|
+
clipPath?: string;
|
|
672
|
+
clipPathUnits?: number | string;
|
|
673
|
+
clipRule?: string;
|
|
674
|
+
color?: string;
|
|
675
|
+
colorInterpolation?: string;
|
|
676
|
+
colorInterpolationFilters?: string;
|
|
677
|
+
colorProfile?: string;
|
|
678
|
+
colorRendering?: string;
|
|
679
|
+
contentScriptType?: string;
|
|
680
|
+
contentStyleType?: string;
|
|
681
|
+
cursor?: string;
|
|
682
|
+
cx?: number | string;
|
|
683
|
+
cy?: number | string;
|
|
684
|
+
d?: string;
|
|
685
|
+
decelerate?: number | string;
|
|
686
|
+
descent?: number | string;
|
|
687
|
+
diffuseConstant?: number | string;
|
|
688
|
+
direction?: string;
|
|
689
|
+
display?: string;
|
|
690
|
+
divisor?: number | string;
|
|
691
|
+
dominantBaseline?: string;
|
|
692
|
+
dur?: number | string;
|
|
693
|
+
dx?: number | string;
|
|
694
|
+
dy?: number | string;
|
|
695
|
+
edgeMode?: string;
|
|
696
|
+
elevation?: number | string;
|
|
697
|
+
enableBackground?: string;
|
|
698
|
+
end?: number | string;
|
|
699
|
+
exponent?: number | string;
|
|
700
|
+
externalResourcesRequired?: string;
|
|
701
|
+
fill?: string;
|
|
702
|
+
fillOpacity?: number | string;
|
|
703
|
+
fillRule?: string;
|
|
704
|
+
filter?: string;
|
|
705
|
+
filterRes?: number | string;
|
|
706
|
+
filterUnits?: number | string;
|
|
707
|
+
floodColor?: string;
|
|
708
|
+
floodOpacity?: number | string;
|
|
709
|
+
focusable?: string;
|
|
710
|
+
fontFamily?: string;
|
|
711
|
+
fontSize?: number | string;
|
|
712
|
+
fontSizeAdjust?: number | string;
|
|
713
|
+
fontStretch?: string;
|
|
714
|
+
fontStyle?: string;
|
|
715
|
+
fontVariant?: string;
|
|
716
|
+
fontWeight?: number | string;
|
|
717
|
+
format?: number | string;
|
|
718
|
+
fr?: number | string;
|
|
719
|
+
from?: number | string;
|
|
720
|
+
fx?: number | string;
|
|
721
|
+
fy?: number | string;
|
|
722
|
+
g1?: number | string;
|
|
723
|
+
g2?: number | string;
|
|
724
|
+
glyphName?: number | string;
|
|
725
|
+
glyphOrientationHorizontal?: number | string;
|
|
726
|
+
glyphOrientationVertical?: number | string;
|
|
727
|
+
glyphRef?: number | string;
|
|
728
|
+
gradientTransform?: string;
|
|
729
|
+
gradientUnits?: string;
|
|
730
|
+
hanging?: number | string;
|
|
731
|
+
horizAdvX?: number | string;
|
|
732
|
+
horizOriginX?: number | string;
|
|
733
|
+
href?: string;
|
|
734
|
+
ideographic?: number | string;
|
|
735
|
+
imageRendering?: string;
|
|
736
|
+
in2?: number | string;
|
|
737
|
+
in?: string;
|
|
738
|
+
intercept?: number | string;
|
|
739
|
+
k1?: number | string;
|
|
740
|
+
k2?: number | string;
|
|
741
|
+
k3?: number | string;
|
|
742
|
+
k4?: number | string;
|
|
743
|
+
k?: number | string;
|
|
744
|
+
kernelMatrix?: number | string;
|
|
745
|
+
kernelUnitLength?: number | string;
|
|
746
|
+
kerning?: number | string;
|
|
747
|
+
keyPoints?: number | string;
|
|
748
|
+
keySplines?: number | string;
|
|
749
|
+
keyTimes?: number | string;
|
|
750
|
+
lengthAdjust?: number | string;
|
|
751
|
+
letterSpacing?: number | string;
|
|
752
|
+
lightingColor?: string;
|
|
753
|
+
limitingConeAngle?: number | string;
|
|
754
|
+
local?: number | string;
|
|
755
|
+
markerEnd?: string;
|
|
756
|
+
markerHeight?: number | string;
|
|
757
|
+
markerMid?: string;
|
|
758
|
+
markerStart?: string;
|
|
759
|
+
markerUnits?: number | string;
|
|
760
|
+
markerWidth?: number | string;
|
|
761
|
+
mask?: string;
|
|
762
|
+
maskContentUnits?: number | string;
|
|
763
|
+
maskUnits?: number | string;
|
|
764
|
+
mathematical?: number | string;
|
|
765
|
+
mode?: string;
|
|
766
|
+
numOctaves?: number | string;
|
|
767
|
+
offset?: number | string;
|
|
768
|
+
opacity?: number | string;
|
|
769
|
+
operator?: string;
|
|
770
|
+
order?: number | string;
|
|
771
|
+
orient?: string;
|
|
772
|
+
orientation?: number | string;
|
|
773
|
+
origin?: number | string;
|
|
774
|
+
overflow?: string;
|
|
775
|
+
overlinePosition?: number | string;
|
|
776
|
+
overlineThickness?: number | string;
|
|
777
|
+
paintOrder?: string;
|
|
778
|
+
panose1?: number | string;
|
|
779
|
+
path?: string;
|
|
780
|
+
pathLength?: number | string;
|
|
781
|
+
patternContentUnits?: string;
|
|
782
|
+
patternTransform?: number | string;
|
|
783
|
+
patternUnits?: string;
|
|
784
|
+
pointerEvents?: string;
|
|
785
|
+
points?: string;
|
|
786
|
+
pointsAtX?: number | string;
|
|
787
|
+
pointsAtY?: number | string;
|
|
788
|
+
pointsAtZ?: number | string;
|
|
789
|
+
preserveAlpha?: number | string;
|
|
790
|
+
preserveAspectRatio?: string;
|
|
791
|
+
primitiveUnits?: number | string;
|
|
792
|
+
r?: number | string;
|
|
793
|
+
radius?: number | string;
|
|
794
|
+
refX?: number | string;
|
|
795
|
+
refY?: number | string;
|
|
796
|
+
renderingIntent?: string;
|
|
797
|
+
repeatCount?: number | string;
|
|
798
|
+
repeatDur?: number | string;
|
|
799
|
+
requiredExtensions?: number | string;
|
|
800
|
+
requiredFeatures?: number | string;
|
|
801
|
+
restart?: number | string;
|
|
802
|
+
result?: string;
|
|
803
|
+
rotate?: number | string;
|
|
804
|
+
rx?: number | string;
|
|
805
|
+
ry?: number | string;
|
|
806
|
+
scale?: number | string;
|
|
807
|
+
seed?: number | string;
|
|
808
|
+
shapeRendering?: string;
|
|
809
|
+
slope?: number | string;
|
|
810
|
+
spacing?: number | string;
|
|
811
|
+
specularConstant?: number | string;
|
|
812
|
+
specularExponent?: number | string;
|
|
813
|
+
speed?: number | string;
|
|
814
|
+
spreadMethod?: string;
|
|
815
|
+
startOffset?: number | string;
|
|
816
|
+
stdDeviation?: number | string;
|
|
817
|
+
stemh?: number | string;
|
|
818
|
+
stemv?: number | string;
|
|
819
|
+
stitchTiles?: number | string;
|
|
820
|
+
stopColor?: string;
|
|
821
|
+
stopOpacity?: number | string;
|
|
822
|
+
strikethroughPosition?: number | string;
|
|
823
|
+
strikethroughThickness?: number | string;
|
|
824
|
+
string?: number | string;
|
|
825
|
+
stroke?: string;
|
|
826
|
+
strokeDasharray?: string | number;
|
|
827
|
+
strokeDashoffset?: string | number;
|
|
828
|
+
strokeLinecap?: string;
|
|
829
|
+
strokeLinejoin?: string;
|
|
830
|
+
strokeMiterlimit?: number | string;
|
|
831
|
+
strokeOpacity?: number | string;
|
|
832
|
+
strokeWidth?: number | string;
|
|
833
|
+
surfaceScale?: number | string;
|
|
834
|
+
systemLanguage?: number | string;
|
|
835
|
+
tableValues?: number | string;
|
|
836
|
+
targetX?: number | string;
|
|
837
|
+
targetY?: number | string;
|
|
838
|
+
textAnchor?: string;
|
|
839
|
+
textDecoration?: number | string;
|
|
840
|
+
textLength?: number | string;
|
|
841
|
+
textRendering?: string;
|
|
842
|
+
to?: number | string;
|
|
843
|
+
transform?: string;
|
|
844
|
+
u1?: number | string;
|
|
845
|
+
u2?: number | string;
|
|
846
|
+
underlinePosition?: number | string;
|
|
847
|
+
underlineThickness?: number | string;
|
|
848
|
+
unicode?: number | string;
|
|
849
|
+
unicodeBidi?: string;
|
|
850
|
+
unicodeRange?: number | string;
|
|
851
|
+
unitsPerEm?: number | string;
|
|
852
|
+
vAlphabetic?: number | string;
|
|
853
|
+
values?: string;
|
|
854
|
+
vectorEffect?: string;
|
|
855
|
+
version?: string;
|
|
856
|
+
vertAdvY?: number | string;
|
|
857
|
+
vertOriginX?: number | string;
|
|
858
|
+
vertOriginY?: number | string;
|
|
859
|
+
vHanging?: number | string;
|
|
860
|
+
vIdeographic?: number | string;
|
|
861
|
+
viewBox?: string;
|
|
862
|
+
viewTarget?: number | string;
|
|
863
|
+
visibility?: string;
|
|
864
|
+
vMathematical?: number | string;
|
|
865
|
+
widths?: number | string;
|
|
866
|
+
wordSpacing?: number | string;
|
|
867
|
+
writingMode?: string;
|
|
868
|
+
x1?: number | string;
|
|
869
|
+
x2?: number | string;
|
|
870
|
+
x?: number | string;
|
|
871
|
+
xChannelSelector?: string;
|
|
872
|
+
xHeight?: number | string;
|
|
873
|
+
xlinkActuate?: string;
|
|
874
|
+
xlinkArcrole?: string;
|
|
875
|
+
xlinkHref?: string;
|
|
876
|
+
xlinkRole?: string;
|
|
877
|
+
xlinkShow?: string;
|
|
878
|
+
xlinkTitle?: string;
|
|
879
|
+
xlinkType?: string;
|
|
880
|
+
xmlBase?: string;
|
|
881
|
+
xmlLang?: string;
|
|
882
|
+
xmlns?: string;
|
|
883
|
+
xmlnsXlink?: string;
|
|
884
|
+
xmlSpace?: string;
|
|
885
|
+
y1?: number | string;
|
|
886
|
+
y2?: number | string;
|
|
887
|
+
y?: number | string;
|
|
888
|
+
yChannelSelector?: string;
|
|
889
|
+
z?: number | string;
|
|
890
|
+
zoomAndPan?: string;
|
|
891
|
+
} // Other SVG element attributes (extending SVGAttributes)
|
|
892
|
+
export interface AnimateHTMLAttributes extends SVGAttributes {}
|
|
893
|
+
export interface AnimateMotionHTMLAttributes extends SVGAttributes {}
|
|
894
|
+
export interface AnimateTransformHTMLAttributes extends SVGAttributes {}
|
|
895
|
+
export interface ClipPathHTMLAttributes extends SVGAttributes {}
|
|
896
|
+
export interface DefsHTMLAttributes extends SVGAttributes {}
|
|
897
|
+
export interface DescHTMLAttributes extends SVGAttributes {}
|
|
898
|
+
export interface FeBlendHTMLAttributes extends SVGAttributes {}
|
|
899
|
+
export interface FeColorMatrixHTMLAttributes extends SVGAttributes {}
|
|
900
|
+
export interface FeComponentTransferHTMLAttributes extends SVGAttributes {}
|
|
901
|
+
export interface FeCompositeHTMLAttributes extends SVGAttributes {}
|
|
902
|
+
export interface FeConvolveMatrixHTMLAttributes extends SVGAttributes {}
|
|
903
|
+
export interface FeDiffuseLightingHTMLAttributes extends SVGAttributes {}
|
|
904
|
+
export interface FeDisplacementMapHTMLAttributes extends SVGAttributes {}
|
|
905
|
+
export interface FeDistantLightHTMLAttributes extends SVGAttributes {}
|
|
906
|
+
export interface FeDropShadowHTMLAttributes extends SVGAttributes {}
|
|
907
|
+
export interface FeFloodHTMLAttributes extends SVGAttributes {}
|
|
908
|
+
export interface FeFuncAHTMLAttributes extends SVGAttributes {}
|
|
909
|
+
export interface FeFuncBHTMLAttributes extends SVGAttributes {}
|
|
910
|
+
export interface FeFuncGHTMLAttributes extends SVGAttributes {}
|
|
911
|
+
export interface FeFuncRHTMLAttributes extends SVGAttributes {}
|
|
912
|
+
export interface FeGaussianBlurHTMLAttributes extends SVGAttributes {}
|
|
913
|
+
export interface FeImageHTMLAttributes extends SVGAttributes {}
|
|
914
|
+
export interface FeMergeHTMLAttributes extends SVGAttributes {}
|
|
915
|
+
export interface FeMergeNodeHTMLAttributes extends SVGAttributes {}
|
|
916
|
+
export interface FeMorphologyHTMLAttributes extends SVGAttributes {}
|
|
917
|
+
export interface FeOffsetHTMLAttributes extends SVGAttributes {}
|
|
918
|
+
export interface FePointLightHTMLAttributes extends SVGAttributes {}
|
|
919
|
+
export interface FeSpecularLightingHTMLAttributes extends SVGAttributes {}
|
|
920
|
+
export interface FeSpotLightHTMLAttributes extends SVGAttributes {}
|
|
921
|
+
export interface FeTileHTMLAttributes extends SVGAttributes {}
|
|
922
|
+
export interface FeTurbulenceHTMLAttributes extends SVGAttributes {}
|
|
923
|
+
export interface FilterHTMLAttributes extends SVGAttributes {}
|
|
924
|
+
export interface ForeignObjectHTMLAttributes extends SVGAttributes {}
|
|
925
|
+
export interface LinearGradientHTMLAttributes extends SVGAttributes {}
|
|
926
|
+
export interface MarkerHTMLAttributes extends SVGAttributes {}
|
|
927
|
+
export interface MaskHTMLAttributes extends SVGAttributes {}
|
|
928
|
+
export interface MetadataHTMLAttributes extends SVGAttributes {}
|
|
929
|
+
export interface MpathHTMLAttributes extends SVGAttributes {}
|
|
930
|
+
export interface PatternHTMLAttributes extends SVGAttributes {}
|
|
931
|
+
export interface RadialGradientHTMLAttributes extends SVGAttributes {}
|
|
932
|
+
export interface StopHTMLAttributes extends SVGAttributes {}
|
|
933
|
+
export interface SwitchHTMLAttributes extends SVGAttributes {}
|
|
934
|
+
export interface SymbolHTMLAttributes extends SVGAttributes {}
|
|
935
|
+
export interface TextPathHTMLAttributes extends SVGAttributes {}
|
|
936
|
+
export interface TspanHTMLAttributes extends SVGAttributes {}
|
|
937
|
+
export interface UseHTMLAttributes extends SVGAttributes {}
|
|
938
|
+
export interface ViewHTMLAttributes extends SVGAttributes {}
|
|
939
|
+
}
|
|
940
|
+
//#endregion
|
|
941
|
+
export { JSX };
|
|
942
|
+
//# sourceMappingURL=jsx.d.cts.map
|