motion-start 0.1.14 → 0.1.17
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/motion/MotionSSR.svelte.d.ts +3 -3
- package/dist/render/dom/Motion-Proxy.svelte +25 -18
- package/dist/render/dom/Motion-Proxy.svelte.d.ts +1 -1
- package/dist/render/dom/Motion-Proxy.svelte.d.ts.map +1 -1
- package/dist/render/dom/motion-minimal.d.ts +179 -178
- package/dist/render/dom/motion-minimal.d.ts.map +1 -1
- package/dist/render/dom/motion-proxy.d.ts +7 -7
- package/dist/render/dom/motion-proxy.d.ts.map +1 -1
- package/dist/render/dom/motion-proxy.js +23 -7
- package/dist/render/dom/motion.d.ts +362 -361
- package/dist/render/dom/motion.d.ts.map +1 -1
- package/dist/render/html/UseHTMLProps.svelte.d.ts +3 -3
- package/dist/render/html/visual-element.d.ts +8 -1
- package/dist/render/html/visual-element.d.ts.map +1 -1
- package/dist/render/svg/UseSVGProps.svelte.d.ts +3 -3
- package/package.json +2 -2
|
@@ -17,892 +17,892 @@ declare var m: {
|
|
|
17
17
|
children?: import("svelte").Snippet;
|
|
18
18
|
class?: string;
|
|
19
19
|
el?: unknown;
|
|
20
|
-
} & Omit<import("svelte/elements
|
|
20
|
+
} & Omit<import("svelte/elements").HTMLAnchorAttributes, "style">, {}, string>;
|
|
21
21
|
abbr: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
22
22
|
children?: import("svelte").Snippet;
|
|
23
23
|
class?: string;
|
|
24
24
|
el?: unknown;
|
|
25
|
-
} & Omit<import("svelte/elements
|
|
25
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
26
26
|
address: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
27
27
|
children?: import("svelte").Snippet;
|
|
28
28
|
class?: string;
|
|
29
29
|
el?: unknown;
|
|
30
|
-
} & Omit<import("svelte/elements
|
|
30
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
31
31
|
area: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
32
32
|
children?: import("svelte").Snippet;
|
|
33
33
|
class?: string;
|
|
34
34
|
el?: unknown;
|
|
35
|
-
} & Omit<import("svelte/elements
|
|
35
|
+
} & Omit<import("svelte/elements").HTMLAreaAttributes, "style">, {}, string>;
|
|
36
36
|
article: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
37
37
|
children?: import("svelte").Snippet;
|
|
38
38
|
class?: string;
|
|
39
39
|
el?: unknown;
|
|
40
|
-
} & Omit<import("svelte/elements
|
|
40
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
41
41
|
aside: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
42
42
|
children?: import("svelte").Snippet;
|
|
43
43
|
class?: string;
|
|
44
44
|
el?: unknown;
|
|
45
|
-
} & Omit<import("svelte/elements
|
|
45
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
46
46
|
audio: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
47
47
|
children?: import("svelte").Snippet;
|
|
48
48
|
class?: string;
|
|
49
49
|
el?: unknown;
|
|
50
|
-
} & Omit<import("svelte/elements
|
|
50
|
+
} & Omit<import("svelte/elements").HTMLAudioAttributes, "style">, {}, string>;
|
|
51
51
|
b: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
52
52
|
children?: import("svelte").Snippet;
|
|
53
53
|
class?: string;
|
|
54
54
|
el?: unknown;
|
|
55
|
-
} & Omit<import("svelte/elements
|
|
55
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
56
56
|
base: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
57
57
|
children?: import("svelte").Snippet;
|
|
58
58
|
class?: string;
|
|
59
59
|
el?: unknown;
|
|
60
|
-
} & Omit<import("svelte/elements
|
|
60
|
+
} & Omit<import("svelte/elements").HTMLBaseAttributes, "style">, {}, string>;
|
|
61
61
|
bdi: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
62
62
|
children?: import("svelte").Snippet;
|
|
63
63
|
class?: string;
|
|
64
64
|
el?: unknown;
|
|
65
|
-
} & Omit<import("svelte/elements
|
|
65
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
66
66
|
bdo: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
67
67
|
children?: import("svelte").Snippet;
|
|
68
68
|
class?: string;
|
|
69
69
|
el?: unknown;
|
|
70
|
-
} & Omit<import("svelte/elements
|
|
70
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
71
71
|
big: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
72
72
|
children?: import("svelte").Snippet;
|
|
73
73
|
class?: string;
|
|
74
74
|
el?: unknown;
|
|
75
|
-
} & Omit<import("svelte/elements
|
|
75
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
76
76
|
blockquote: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
77
77
|
children?: import("svelte").Snippet;
|
|
78
78
|
class?: string;
|
|
79
79
|
el?: unknown;
|
|
80
|
-
} & Omit<import("svelte/elements
|
|
80
|
+
} & Omit<import("svelte/elements").HTMLBlockquoteAttributes, "style">, {}, string>;
|
|
81
81
|
body: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
82
82
|
children?: import("svelte").Snippet;
|
|
83
83
|
class?: string;
|
|
84
84
|
el?: unknown;
|
|
85
|
-
} & Omit<import("svelte/elements
|
|
85
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLBodyElement>, "style">, {}, string>;
|
|
86
86
|
br: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
87
87
|
children?: import("svelte").Snippet;
|
|
88
88
|
class?: string;
|
|
89
89
|
el?: unknown;
|
|
90
|
-
} & Omit<import("svelte/elements
|
|
90
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLBRElement>, "style">, {}, string>;
|
|
91
91
|
button: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
92
92
|
children?: import("svelte").Snippet;
|
|
93
93
|
class?: string;
|
|
94
94
|
el?: unknown;
|
|
95
|
-
} & Omit<import("svelte/elements
|
|
95
|
+
} & Omit<import("svelte/elements").HTMLButtonAttributes, "style">, {}, string>;
|
|
96
96
|
canvas: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
97
97
|
children?: import("svelte").Snippet;
|
|
98
98
|
class?: string;
|
|
99
99
|
el?: unknown;
|
|
100
|
-
} & Omit<import("svelte/elements
|
|
100
|
+
} & Omit<import("svelte/elements").HTMLCanvasAttributes, "style">, {}, string>;
|
|
101
101
|
caption: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
102
102
|
children?: import("svelte").Snippet;
|
|
103
103
|
class?: string;
|
|
104
104
|
el?: unknown;
|
|
105
|
-
} & Omit<import("svelte/elements
|
|
105
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
106
106
|
cite: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
107
107
|
children?: import("svelte").Snippet;
|
|
108
108
|
class?: string;
|
|
109
109
|
el?: unknown;
|
|
110
|
-
} & Omit<import("svelte/elements
|
|
110
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
111
111
|
code: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
112
112
|
children?: import("svelte").Snippet;
|
|
113
113
|
class?: string;
|
|
114
114
|
el?: unknown;
|
|
115
|
-
} & Omit<import("svelte/elements
|
|
115
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
116
116
|
col: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
117
117
|
children?: import("svelte").Snippet;
|
|
118
118
|
class?: string;
|
|
119
119
|
el?: unknown;
|
|
120
|
-
} & Omit<import("svelte/elements
|
|
120
|
+
} & Omit<import("svelte/elements").HTMLColAttributes, "style">, {}, string>;
|
|
121
121
|
colgroup: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
122
122
|
children?: import("svelte").Snippet;
|
|
123
123
|
class?: string;
|
|
124
124
|
el?: unknown;
|
|
125
|
-
} & Omit<import("svelte/elements
|
|
125
|
+
} & Omit<import("svelte/elements").HTMLColgroupAttributes, "style">, {}, string>;
|
|
126
126
|
data: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
127
127
|
children?: import("svelte").Snippet;
|
|
128
128
|
class?: string;
|
|
129
129
|
el?: unknown;
|
|
130
|
-
} & Omit<import("svelte/elements
|
|
130
|
+
} & Omit<import("svelte/elements").HTMLDataAttributes, "style">, {}, string>;
|
|
131
131
|
datalist: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
132
132
|
children?: import("svelte").Snippet;
|
|
133
133
|
class?: string;
|
|
134
134
|
el?: unknown;
|
|
135
|
-
} & Omit<import("svelte/elements
|
|
135
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLDataListElement>, "style">, {}, string>;
|
|
136
136
|
dd: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
137
137
|
children?: import("svelte").Snippet;
|
|
138
138
|
class?: string;
|
|
139
139
|
el?: unknown;
|
|
140
|
-
} & Omit<import("svelte/elements
|
|
140
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
141
141
|
del: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
142
142
|
children?: import("svelte").Snippet;
|
|
143
143
|
class?: string;
|
|
144
144
|
el?: unknown;
|
|
145
|
-
} & Omit<import("svelte/elements
|
|
145
|
+
} & Omit<import("svelte/elements").HTMLDelAttributes, "style">, {}, string>;
|
|
146
146
|
details: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
147
147
|
children?: import("svelte").Snippet;
|
|
148
148
|
class?: string;
|
|
149
149
|
el?: unknown;
|
|
150
|
-
} & Omit<import("svelte/elements
|
|
150
|
+
} & Omit<import("svelte/elements").HTMLDetailsAttributes, "style">, {}, string>;
|
|
151
151
|
dfn: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
152
152
|
children?: import("svelte").Snippet;
|
|
153
153
|
class?: string;
|
|
154
154
|
el?: unknown;
|
|
155
|
-
} & Omit<import("svelte/elements
|
|
155
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
156
156
|
dialog: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
157
157
|
children?: import("svelte").Snippet;
|
|
158
158
|
class?: string;
|
|
159
159
|
el?: unknown;
|
|
160
|
-
} & Omit<import("svelte/elements
|
|
160
|
+
} & Omit<import("svelte/elements").HTMLDialogAttributes, "style">, {}, string>;
|
|
161
161
|
div: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
162
162
|
children?: import("svelte").Snippet;
|
|
163
163
|
class?: string;
|
|
164
164
|
el?: unknown;
|
|
165
|
-
} & Omit<import("svelte/elements
|
|
165
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLDivElement>, "style">, {}, string>;
|
|
166
166
|
dl: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
167
167
|
children?: import("svelte").Snippet;
|
|
168
168
|
class?: string;
|
|
169
169
|
el?: unknown;
|
|
170
|
-
} & Omit<import("svelte/elements
|
|
170
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLDListElement>, "style">, {}, string>;
|
|
171
171
|
dt: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
172
172
|
children?: import("svelte").Snippet;
|
|
173
173
|
class?: string;
|
|
174
174
|
el?: unknown;
|
|
175
|
-
} & Omit<import("svelte/elements
|
|
175
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
176
176
|
em: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
177
177
|
children?: import("svelte").Snippet;
|
|
178
178
|
class?: string;
|
|
179
179
|
el?: unknown;
|
|
180
|
-
} & Omit<import("svelte/elements
|
|
180
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
181
181
|
embed: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
182
182
|
children?: import("svelte").Snippet;
|
|
183
183
|
class?: string;
|
|
184
184
|
el?: unknown;
|
|
185
|
-
} & Omit<import("svelte/elements
|
|
185
|
+
} & Omit<import("svelte/elements").HTMLEmbedAttributes, "style">, {}, string>;
|
|
186
186
|
fieldset: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
187
187
|
children?: import("svelte").Snippet;
|
|
188
188
|
class?: string;
|
|
189
189
|
el?: unknown;
|
|
190
|
-
} & Omit<import("svelte/elements
|
|
190
|
+
} & Omit<import("svelte/elements").HTMLFieldsetAttributes, "style">, {}, string>;
|
|
191
191
|
figcaption: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
192
192
|
children?: import("svelte").Snippet;
|
|
193
193
|
class?: string;
|
|
194
194
|
el?: unknown;
|
|
195
|
-
} & Omit<import("svelte/elements
|
|
195
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
196
196
|
figure: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
197
197
|
children?: import("svelte").Snippet;
|
|
198
198
|
class?: string;
|
|
199
199
|
el?: unknown;
|
|
200
|
-
} & Omit<import("svelte/elements
|
|
200
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
201
201
|
footer: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
202
202
|
children?: import("svelte").Snippet;
|
|
203
203
|
class?: string;
|
|
204
204
|
el?: unknown;
|
|
205
|
-
} & Omit<import("svelte/elements
|
|
205
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
206
206
|
form: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
207
207
|
children?: import("svelte").Snippet;
|
|
208
208
|
class?: string;
|
|
209
209
|
el?: unknown;
|
|
210
|
-
} & Omit<import("svelte/elements
|
|
210
|
+
} & Omit<import("svelte/elements").HTMLFormAttributes, "style">, {}, string>;
|
|
211
211
|
h1: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
212
212
|
children?: import("svelte").Snippet;
|
|
213
213
|
class?: string;
|
|
214
214
|
el?: unknown;
|
|
215
|
-
} & Omit<import("svelte/elements
|
|
215
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
|
|
216
216
|
h2: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
217
217
|
children?: import("svelte").Snippet;
|
|
218
218
|
class?: string;
|
|
219
219
|
el?: unknown;
|
|
220
|
-
} & Omit<import("svelte/elements
|
|
220
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
|
|
221
221
|
h3: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
222
222
|
children?: import("svelte").Snippet;
|
|
223
223
|
class?: string;
|
|
224
224
|
el?: unknown;
|
|
225
|
-
} & Omit<import("svelte/elements
|
|
225
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
|
|
226
226
|
h4: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
227
227
|
children?: import("svelte").Snippet;
|
|
228
228
|
class?: string;
|
|
229
229
|
el?: unknown;
|
|
230
|
-
} & Omit<import("svelte/elements
|
|
230
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
|
|
231
231
|
h5: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
232
232
|
children?: import("svelte").Snippet;
|
|
233
233
|
class?: string;
|
|
234
234
|
el?: unknown;
|
|
235
|
-
} & Omit<import("svelte/elements
|
|
235
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
|
|
236
236
|
h6: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
237
237
|
children?: import("svelte").Snippet;
|
|
238
238
|
class?: string;
|
|
239
239
|
el?: unknown;
|
|
240
|
-
} & Omit<import("svelte/elements
|
|
240
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLHeadingElement>, "style">, {}, string>;
|
|
241
241
|
head: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
242
242
|
children?: import("svelte").Snippet;
|
|
243
243
|
class?: string;
|
|
244
244
|
el?: unknown;
|
|
245
|
-
} & Omit<import("svelte/elements
|
|
245
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
246
246
|
header: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
247
247
|
children?: import("svelte").Snippet;
|
|
248
248
|
class?: string;
|
|
249
249
|
el?: unknown;
|
|
250
|
-
} & Omit<import("svelte/elements
|
|
250
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
251
251
|
hgroup: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
252
252
|
children?: import("svelte").Snippet;
|
|
253
253
|
class?: string;
|
|
254
254
|
el?: unknown;
|
|
255
|
-
} & Omit<import("svelte/elements
|
|
255
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
256
256
|
hr: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
257
257
|
children?: import("svelte").Snippet;
|
|
258
258
|
class?: string;
|
|
259
259
|
el?: unknown;
|
|
260
|
-
} & Omit<import("svelte/elements
|
|
260
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLHRElement>, "style">, {}, string>;
|
|
261
261
|
html: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
262
262
|
children?: import("svelte").Snippet;
|
|
263
263
|
class?: string;
|
|
264
264
|
el?: unknown;
|
|
265
|
-
} & Omit<import("svelte/elements
|
|
265
|
+
} & Omit<import("svelte/elements").HTMLHtmlAttributes, "style">, {}, string>;
|
|
266
266
|
i: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
267
267
|
children?: import("svelte").Snippet;
|
|
268
268
|
class?: string;
|
|
269
269
|
el?: unknown;
|
|
270
|
-
} & Omit<import("svelte/elements
|
|
270
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
271
271
|
iframe: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
272
272
|
children?: import("svelte").Snippet;
|
|
273
273
|
class?: string;
|
|
274
274
|
el?: unknown;
|
|
275
|
-
} & Omit<import("svelte/elements
|
|
275
|
+
} & Omit<import("svelte/elements").HTMLIframeAttributes, "style">, {}, string>;
|
|
276
276
|
img: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
277
277
|
children?: import("svelte").Snippet;
|
|
278
278
|
class?: string;
|
|
279
279
|
el?: unknown;
|
|
280
|
-
} & Omit<import("svelte/elements
|
|
280
|
+
} & Omit<import("svelte/elements").HTMLImgAttributes, "style">, {}, string>;
|
|
281
281
|
input: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
282
282
|
children?: import("svelte").Snippet;
|
|
283
283
|
class?: string;
|
|
284
284
|
el?: unknown;
|
|
285
|
-
} & Omit<import("svelte/elements
|
|
285
|
+
} & Omit<import("svelte/elements").HTMLInputAttributes, "style">, {}, string>;
|
|
286
286
|
ins: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
287
287
|
children?: import("svelte").Snippet;
|
|
288
288
|
class?: string;
|
|
289
289
|
el?: unknown;
|
|
290
|
-
} & Omit<import("svelte/elements
|
|
290
|
+
} & Omit<import("svelte/elements").HTMLInsAttributes, "style">, {}, string>;
|
|
291
291
|
kbd: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
292
292
|
children?: import("svelte").Snippet;
|
|
293
293
|
class?: string;
|
|
294
294
|
el?: unknown;
|
|
295
|
-
} & Omit<import("svelte/elements
|
|
295
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
296
296
|
keygen: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
297
297
|
children?: import("svelte").Snippet;
|
|
298
298
|
class?: string;
|
|
299
299
|
el?: unknown;
|
|
300
|
-
} & Omit<import("svelte/elements
|
|
300
|
+
} & Omit<import("svelte/elements").HTMLKeygenAttributes, "style">, {}, string>;
|
|
301
301
|
label: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
302
302
|
children?: import("svelte").Snippet;
|
|
303
303
|
class?: string;
|
|
304
304
|
el?: unknown;
|
|
305
|
-
} & Omit<import("svelte/elements
|
|
305
|
+
} & Omit<import("svelte/elements").HTMLLabelAttributes, "style">, {}, string>;
|
|
306
306
|
legend: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
307
307
|
children?: import("svelte").Snippet;
|
|
308
308
|
class?: string;
|
|
309
309
|
el?: unknown;
|
|
310
|
-
} & Omit<import("svelte/elements
|
|
310
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLLegendElement>, "style">, {}, string>;
|
|
311
311
|
li: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
312
312
|
children?: import("svelte").Snippet;
|
|
313
313
|
class?: string;
|
|
314
314
|
el?: unknown;
|
|
315
|
-
} & Omit<import("svelte/elements
|
|
315
|
+
} & Omit<import("svelte/elements").HTMLLiAttributes, "style">, {}, string>;
|
|
316
316
|
link: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
317
317
|
children?: import("svelte").Snippet;
|
|
318
318
|
class?: string;
|
|
319
319
|
el?: unknown;
|
|
320
|
-
} & Omit<import("svelte/elements
|
|
320
|
+
} & Omit<import("svelte/elements").HTMLLinkAttributes, "style">, {}, string>;
|
|
321
321
|
main: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
322
322
|
children?: import("svelte").Snippet;
|
|
323
323
|
class?: string;
|
|
324
324
|
el?: unknown;
|
|
325
|
-
} & Omit<import("svelte/elements
|
|
325
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
326
326
|
map: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
327
327
|
children?: import("svelte").Snippet;
|
|
328
328
|
class?: string;
|
|
329
329
|
el?: unknown;
|
|
330
|
-
} & Omit<import("svelte/elements
|
|
330
|
+
} & Omit<import("svelte/elements").HTMLMapAttributes, "style">, {}, string>;
|
|
331
331
|
mark: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
332
332
|
children?: import("svelte").Snippet;
|
|
333
333
|
class?: string;
|
|
334
334
|
el?: unknown;
|
|
335
|
-
} & Omit<import("svelte/elements
|
|
335
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
336
336
|
menu: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
337
337
|
children?: import("svelte").Snippet;
|
|
338
338
|
class?: string;
|
|
339
339
|
el?: unknown;
|
|
340
|
-
} & Omit<import("svelte/elements
|
|
340
|
+
} & Omit<import("svelte/elements").HTMLMenuAttributes, "style">, {}, string>;
|
|
341
341
|
menuitem: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
342
342
|
children?: import("svelte").Snippet;
|
|
343
343
|
class?: string;
|
|
344
344
|
el?: unknown;
|
|
345
|
-
} & Omit<import("svelte/elements
|
|
345
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
346
346
|
meta: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
347
347
|
children?: import("svelte").Snippet;
|
|
348
348
|
class?: string;
|
|
349
349
|
el?: unknown;
|
|
350
|
-
} & Omit<import("svelte/elements
|
|
350
|
+
} & Omit<import("svelte/elements").HTMLMetaAttributes, "style">, {}, string>;
|
|
351
351
|
meter: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
352
352
|
children?: import("svelte").Snippet;
|
|
353
353
|
class?: string;
|
|
354
354
|
el?: unknown;
|
|
355
|
-
} & Omit<import("svelte/elements
|
|
355
|
+
} & Omit<import("svelte/elements").HTMLMeterAttributes, "style">, {}, string>;
|
|
356
356
|
nav: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
357
357
|
children?: import("svelte").Snippet;
|
|
358
358
|
class?: string;
|
|
359
359
|
el?: unknown;
|
|
360
|
-
} & Omit<import("svelte/elements
|
|
360
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
361
361
|
noscript: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
362
362
|
children?: import("svelte").Snippet;
|
|
363
363
|
class?: string;
|
|
364
364
|
el?: unknown;
|
|
365
|
-
} & Omit<import("svelte/elements
|
|
365
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
366
366
|
object: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
367
367
|
children?: import("svelte").Snippet;
|
|
368
368
|
class?: string;
|
|
369
369
|
el?: unknown;
|
|
370
|
-
} & Omit<import("svelte/elements
|
|
370
|
+
} & Omit<import("svelte/elements").HTMLObjectAttributes, "style">, {}, string>;
|
|
371
371
|
ol: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
372
372
|
children?: import("svelte").Snippet;
|
|
373
373
|
class?: string;
|
|
374
374
|
el?: unknown;
|
|
375
|
-
} & Omit<import("svelte/elements
|
|
375
|
+
} & Omit<import("svelte/elements").HTMLOlAttributes, "style">, {}, string>;
|
|
376
376
|
optgroup: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
377
377
|
children?: import("svelte").Snippet;
|
|
378
378
|
class?: string;
|
|
379
379
|
el?: unknown;
|
|
380
|
-
} & Omit<import("svelte/elements
|
|
380
|
+
} & Omit<import("svelte/elements").HTMLOptgroupAttributes, "style">, {}, string>;
|
|
381
381
|
option: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
382
382
|
children?: import("svelte").Snippet;
|
|
383
383
|
class?: string;
|
|
384
384
|
el?: unknown;
|
|
385
|
-
} & Omit<import("svelte/elements
|
|
385
|
+
} & Omit<import("svelte/elements").HTMLOptionAttributes, "style">, {}, string>;
|
|
386
386
|
output: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
387
387
|
children?: import("svelte").Snippet;
|
|
388
388
|
class?: string;
|
|
389
389
|
el?: unknown;
|
|
390
|
-
} & Omit<import("svelte/elements
|
|
390
|
+
} & Omit<import("svelte/elements").HTMLOutputAttributes, "style">, {}, string>;
|
|
391
391
|
p: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
392
392
|
children?: import("svelte").Snippet;
|
|
393
393
|
class?: string;
|
|
394
394
|
el?: unknown;
|
|
395
|
-
} & Omit<import("svelte/elements
|
|
395
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>, "style">, {}, string>;
|
|
396
396
|
param: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
397
397
|
children?: import("svelte").Snippet;
|
|
398
398
|
class?: string;
|
|
399
399
|
el?: unknown;
|
|
400
|
-
} & Omit<import("svelte/elements
|
|
400
|
+
} & Omit<import("svelte/elements").HTMLParamAttributes, "style">, {}, string>;
|
|
401
401
|
picture: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
402
402
|
children?: import("svelte").Snippet;
|
|
403
403
|
class?: string;
|
|
404
404
|
el?: unknown;
|
|
405
|
-
} & Omit<import("svelte/elements
|
|
405
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
406
406
|
pre: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
407
407
|
children?: import("svelte").Snippet;
|
|
408
408
|
class?: string;
|
|
409
409
|
el?: unknown;
|
|
410
|
-
} & Omit<import("svelte/elements
|
|
410
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLPreElement>, "style">, {}, string>;
|
|
411
411
|
progress: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
412
412
|
children?: import("svelte").Snippet;
|
|
413
413
|
class?: string;
|
|
414
414
|
el?: unknown;
|
|
415
|
-
} & Omit<import("svelte/elements
|
|
415
|
+
} & Omit<import("svelte/elements").HTMLProgressAttributes, "style">, {}, string>;
|
|
416
416
|
q: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
417
417
|
children?: import("svelte").Snippet;
|
|
418
418
|
class?: string;
|
|
419
419
|
el?: unknown;
|
|
420
|
-
} & Omit<import("svelte/elements
|
|
420
|
+
} & Omit<import("svelte/elements").HTMLQuoteAttributes, "style">, {}, string>;
|
|
421
421
|
rp: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
422
422
|
children?: import("svelte").Snippet;
|
|
423
423
|
class?: string;
|
|
424
424
|
el?: unknown;
|
|
425
|
-
} & Omit<import("svelte/elements
|
|
425
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
426
426
|
rt: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
427
427
|
children?: import("svelte").Snippet;
|
|
428
428
|
class?: string;
|
|
429
429
|
el?: unknown;
|
|
430
|
-
} & Omit<import("svelte/elements
|
|
430
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
431
431
|
ruby: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
432
432
|
children?: import("svelte").Snippet;
|
|
433
433
|
class?: string;
|
|
434
434
|
el?: unknown;
|
|
435
|
-
} & Omit<import("svelte/elements
|
|
435
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
436
436
|
s: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
437
437
|
children?: import("svelte").Snippet;
|
|
438
438
|
class?: string;
|
|
439
439
|
el?: unknown;
|
|
440
|
-
} & Omit<import("svelte/elements
|
|
440
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
441
441
|
samp: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
442
442
|
children?: import("svelte").Snippet;
|
|
443
443
|
class?: string;
|
|
444
444
|
el?: unknown;
|
|
445
|
-
} & Omit<import("svelte/elements
|
|
445
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
446
446
|
slot: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
447
447
|
children?: import("svelte").Snippet;
|
|
448
448
|
class?: string;
|
|
449
449
|
el?: unknown;
|
|
450
|
-
} & Omit<import("svelte/elements
|
|
450
|
+
} & Omit<import("svelte/elements").HTMLSlotAttributes, "style">, {}, string>;
|
|
451
451
|
script: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
452
452
|
children?: import("svelte").Snippet;
|
|
453
453
|
class?: string;
|
|
454
454
|
el?: unknown;
|
|
455
|
-
} & Omit<import("svelte/elements
|
|
455
|
+
} & Omit<import("svelte/elements").HTMLScriptAttributes, "style">, {}, string>;
|
|
456
456
|
search: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
457
457
|
children?: import("svelte").Snippet;
|
|
458
458
|
class?: string;
|
|
459
459
|
el?: unknown;
|
|
460
|
-
} & Omit<import("svelte/elements
|
|
460
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
461
461
|
section: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
462
462
|
children?: import("svelte").Snippet;
|
|
463
463
|
class?: string;
|
|
464
464
|
el?: unknown;
|
|
465
|
-
} & Omit<import("svelte/elements
|
|
465
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
466
466
|
select: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
467
467
|
children?: import("svelte").Snippet;
|
|
468
468
|
class?: string;
|
|
469
469
|
el?: unknown;
|
|
470
|
-
} & Omit<import("svelte/elements
|
|
470
|
+
} & Omit<import("svelte/elements").HTMLSelectAttributes, "style">, {}, string>;
|
|
471
471
|
small: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
472
472
|
children?: import("svelte").Snippet;
|
|
473
473
|
class?: string;
|
|
474
474
|
el?: unknown;
|
|
475
|
-
} & Omit<import("svelte/elements
|
|
475
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
476
476
|
source: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
477
477
|
children?: import("svelte").Snippet;
|
|
478
478
|
class?: string;
|
|
479
479
|
el?: unknown;
|
|
480
|
-
} & Omit<import("svelte/elements
|
|
480
|
+
} & Omit<import("svelte/elements").HTMLSourceAttributes, "style">, {}, string>;
|
|
481
481
|
span: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
482
482
|
children?: import("svelte").Snippet;
|
|
483
483
|
class?: string;
|
|
484
484
|
el?: unknown;
|
|
485
|
-
} & Omit<import("svelte/elements
|
|
485
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLSpanElement>, "style">, {}, string>;
|
|
486
486
|
strong: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
487
487
|
children?: import("svelte").Snippet;
|
|
488
488
|
class?: string;
|
|
489
489
|
el?: unknown;
|
|
490
|
-
} & Omit<import("svelte/elements
|
|
490
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
491
491
|
style: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
492
492
|
children?: import("svelte").Snippet;
|
|
493
493
|
class?: string;
|
|
494
494
|
el?: unknown;
|
|
495
|
-
} & Omit<import("svelte/elements
|
|
495
|
+
} & Omit<import("svelte/elements").HTMLStyleAttributes, "style">, {}, string>;
|
|
496
496
|
sub: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
497
497
|
children?: import("svelte").Snippet;
|
|
498
498
|
class?: string;
|
|
499
499
|
el?: unknown;
|
|
500
|
-
} & Omit<import("svelte/elements
|
|
500
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
501
501
|
summary: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
502
502
|
children?: import("svelte").Snippet;
|
|
503
503
|
class?: string;
|
|
504
504
|
el?: unknown;
|
|
505
|
-
} & Omit<import("svelte/elements
|
|
505
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
506
506
|
sup: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
507
507
|
children?: import("svelte").Snippet;
|
|
508
508
|
class?: string;
|
|
509
509
|
el?: unknown;
|
|
510
|
-
} & Omit<import("svelte/elements
|
|
510
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
511
511
|
table: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
512
512
|
children?: import("svelte").Snippet;
|
|
513
513
|
class?: string;
|
|
514
514
|
el?: unknown;
|
|
515
|
-
} & Omit<import("svelte/elements
|
|
515
|
+
} & Omit<import("svelte/elements").HTMLTableAttributes, "style">, {}, string>;
|
|
516
516
|
template: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
517
517
|
children?: import("svelte").Snippet;
|
|
518
518
|
class?: string;
|
|
519
519
|
el?: unknown;
|
|
520
|
-
} & Omit<import("svelte/elements
|
|
520
|
+
} & Omit<import("svelte/elements").HTMLTemplateAttributes, "style">, {}, string>;
|
|
521
521
|
tbody: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
522
522
|
children?: import("svelte").Snippet;
|
|
523
523
|
class?: string;
|
|
524
524
|
el?: unknown;
|
|
525
|
-
} & Omit<import("svelte/elements
|
|
525
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
|
|
526
526
|
td: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
527
527
|
children?: import("svelte").Snippet;
|
|
528
528
|
class?: string;
|
|
529
529
|
el?: unknown;
|
|
530
|
-
} & Omit<import("svelte/elements
|
|
530
|
+
} & Omit<import("svelte/elements").HTMLTdAttributes, "style">, {}, string>;
|
|
531
531
|
textarea: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
532
532
|
children?: import("svelte").Snippet;
|
|
533
533
|
class?: string;
|
|
534
534
|
el?: unknown;
|
|
535
|
-
} & Omit<import("svelte/elements
|
|
535
|
+
} & Omit<import("svelte/elements").HTMLTextareaAttributes, "style">, {}, string>;
|
|
536
536
|
tfoot: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
537
537
|
children?: import("svelte").Snippet;
|
|
538
538
|
class?: string;
|
|
539
539
|
el?: unknown;
|
|
540
|
-
} & Omit<import("svelte/elements
|
|
540
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
|
|
541
541
|
th: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
542
542
|
children?: import("svelte").Snippet;
|
|
543
543
|
class?: string;
|
|
544
544
|
el?: unknown;
|
|
545
|
-
} & Omit<import("svelte/elements
|
|
545
|
+
} & Omit<import("svelte/elements").HTMLThAttributes, "style">, {}, string>;
|
|
546
546
|
thead: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
547
547
|
children?: import("svelte").Snippet;
|
|
548
548
|
class?: string;
|
|
549
549
|
el?: unknown;
|
|
550
|
-
} & Omit<import("svelte/elements
|
|
550
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLTableSectionElement>, "style">, {}, string>;
|
|
551
551
|
time: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
552
552
|
children?: import("svelte").Snippet;
|
|
553
553
|
class?: string;
|
|
554
554
|
el?: unknown;
|
|
555
|
-
} & Omit<import("svelte/elements
|
|
555
|
+
} & Omit<import("svelte/elements").HTMLTimeAttributes, "style">, {}, string>;
|
|
556
556
|
title: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
557
557
|
children?: import("svelte").Snippet;
|
|
558
558
|
class?: string;
|
|
559
559
|
el?: unknown;
|
|
560
|
-
} & Omit<import("svelte/elements
|
|
560
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLTitleElement>, "style">, {}, string>;
|
|
561
561
|
tr: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
562
562
|
children?: import("svelte").Snippet;
|
|
563
563
|
class?: string;
|
|
564
564
|
el?: unknown;
|
|
565
|
-
} & Omit<import("svelte/elements
|
|
565
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLTableRowElement>, "style">, {}, string>;
|
|
566
566
|
track: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
567
567
|
children?: import("svelte").Snippet;
|
|
568
568
|
class?: string;
|
|
569
569
|
el?: unknown;
|
|
570
|
-
} & Omit<import("svelte/elements
|
|
570
|
+
} & Omit<import("svelte/elements").HTMLTrackAttributes, "style">, {}, string>;
|
|
571
571
|
u: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
572
572
|
children?: import("svelte").Snippet;
|
|
573
573
|
class?: string;
|
|
574
574
|
el?: unknown;
|
|
575
|
-
} & Omit<import("svelte/elements
|
|
575
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
576
576
|
ul: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
577
577
|
children?: import("svelte").Snippet;
|
|
578
578
|
class?: string;
|
|
579
579
|
el?: unknown;
|
|
580
|
-
} & Omit<import("svelte/elements
|
|
580
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLUListElement>, "style">, {}, string>;
|
|
581
581
|
var: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
582
582
|
children?: import("svelte").Snippet;
|
|
583
583
|
class?: string;
|
|
584
584
|
el?: unknown;
|
|
585
|
-
} & Omit<import("svelte/elements
|
|
585
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
586
586
|
video: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
587
587
|
children?: import("svelte").Snippet;
|
|
588
588
|
class?: string;
|
|
589
589
|
el?: unknown;
|
|
590
|
-
} & Omit<import("svelte/elements
|
|
590
|
+
} & Omit<import("svelte/elements").HTMLVideoAttributes, "style">, {}, string>;
|
|
591
591
|
wbr: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
592
592
|
children?: import("svelte").Snippet;
|
|
593
593
|
class?: string;
|
|
594
594
|
el?: unknown;
|
|
595
|
-
} & Omit<import("svelte/elements
|
|
595
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
596
596
|
webview: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
597
597
|
children?: import("svelte").Snippet;
|
|
598
598
|
class?: string;
|
|
599
599
|
el?: unknown;
|
|
600
|
-
} & Omit<import("svelte/elements
|
|
600
|
+
} & Omit<import("svelte/elements").HTMLWebViewAttributes, "style">, {}, string>;
|
|
601
601
|
svg: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
602
602
|
children?: import("svelte").Snippet;
|
|
603
603
|
class?: string;
|
|
604
604
|
el?: unknown;
|
|
605
|
-
} & Omit<import("svelte/elements
|
|
605
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGSVGElement>, "style">, {}, string>;
|
|
606
606
|
animate: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
607
607
|
children?: import("svelte").Snippet;
|
|
608
608
|
class?: string;
|
|
609
609
|
el?: unknown;
|
|
610
|
-
} & Omit<import("svelte/elements
|
|
610
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGAnimateElement>, "style">, {}, string>;
|
|
611
611
|
animateMotion: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
612
612
|
children?: import("svelte").Snippet;
|
|
613
613
|
class?: string;
|
|
614
614
|
el?: unknown;
|
|
615
|
-
} & Omit<import("svelte/elements
|
|
615
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGElement>, "style">, {}, string>;
|
|
616
616
|
animateTransform: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
617
617
|
children?: import("svelte").Snippet;
|
|
618
618
|
class?: string;
|
|
619
619
|
el?: unknown;
|
|
620
|
-
} & Omit<import("svelte/elements
|
|
620
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGAnimateTransformElement>, "style">, {}, string>;
|
|
621
621
|
circle: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
622
622
|
children?: import("svelte").Snippet;
|
|
623
623
|
class?: string;
|
|
624
624
|
el?: unknown;
|
|
625
|
-
} & Omit<import("svelte/elements
|
|
625
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGCircleElement>, "style">, {}, string>;
|
|
626
626
|
clipPath: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
627
627
|
children?: import("svelte").Snippet;
|
|
628
628
|
class?: string;
|
|
629
629
|
el?: unknown;
|
|
630
|
-
} & Omit<import("svelte/elements
|
|
630
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGClipPathElement>, "style">, {}, string>;
|
|
631
631
|
defs: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
632
632
|
children?: import("svelte").Snippet;
|
|
633
633
|
class?: string;
|
|
634
634
|
el?: unknown;
|
|
635
|
-
} & Omit<import("svelte/elements
|
|
635
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGDefsElement>, "style">, {}, string>;
|
|
636
636
|
desc: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
637
637
|
children?: import("svelte").Snippet;
|
|
638
638
|
class?: string;
|
|
639
639
|
el?: unknown;
|
|
640
|
-
} & Omit<import("svelte/elements
|
|
640
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGDescElement>, "style">, {}, string>;
|
|
641
641
|
ellipse: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
642
642
|
children?: import("svelte").Snippet;
|
|
643
643
|
class?: string;
|
|
644
644
|
el?: unknown;
|
|
645
|
-
} & Omit<import("svelte/elements
|
|
645
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGEllipseElement>, "style">, {}, string>;
|
|
646
646
|
feBlend: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
647
647
|
children?: import("svelte").Snippet;
|
|
648
648
|
class?: string;
|
|
649
649
|
el?: unknown;
|
|
650
|
-
} & Omit<import("svelte/elements
|
|
650
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEBlendElement>, "style">, {}, string>;
|
|
651
651
|
feColorMatrix: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
652
652
|
children?: import("svelte").Snippet;
|
|
653
653
|
class?: string;
|
|
654
654
|
el?: unknown;
|
|
655
|
-
} & Omit<import("svelte/elements
|
|
655
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEColorMatrixElement>, "style">, {}, string>;
|
|
656
656
|
feComponentTransfer: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
657
657
|
children?: import("svelte").Snippet;
|
|
658
658
|
class?: string;
|
|
659
659
|
el?: unknown;
|
|
660
|
-
} & Omit<import("svelte/elements
|
|
660
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEComponentTransferElement>, "style">, {}, string>;
|
|
661
661
|
feComposite: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
662
662
|
children?: import("svelte").Snippet;
|
|
663
663
|
class?: string;
|
|
664
664
|
el?: unknown;
|
|
665
|
-
} & Omit<import("svelte/elements
|
|
665
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFECompositeElement>, "style">, {}, string>;
|
|
666
666
|
feConvolveMatrix: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
667
667
|
children?: import("svelte").Snippet;
|
|
668
668
|
class?: string;
|
|
669
669
|
el?: unknown;
|
|
670
|
-
} & Omit<import("svelte/elements
|
|
670
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEConvolveMatrixElement>, "style">, {}, string>;
|
|
671
671
|
feDiffuseLighting: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
672
672
|
children?: import("svelte").Snippet;
|
|
673
673
|
class?: string;
|
|
674
674
|
el?: unknown;
|
|
675
|
-
} & Omit<import("svelte/elements
|
|
675
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEDiffuseLightingElement>, "style">, {}, string>;
|
|
676
676
|
feDisplacementMap: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
677
677
|
children?: import("svelte").Snippet;
|
|
678
678
|
class?: string;
|
|
679
679
|
el?: unknown;
|
|
680
|
-
} & Omit<import("svelte/elements
|
|
680
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEDisplacementMapElement>, "style">, {}, string>;
|
|
681
681
|
feDistantLight: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
682
682
|
children?: import("svelte").Snippet;
|
|
683
683
|
class?: string;
|
|
684
684
|
el?: unknown;
|
|
685
|
-
} & Omit<import("svelte/elements
|
|
685
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEDistantLightElement>, "style">, {}, string>;
|
|
686
686
|
feDropShadow: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
687
687
|
children?: import("svelte").Snippet;
|
|
688
688
|
class?: string;
|
|
689
689
|
el?: unknown;
|
|
690
|
-
} & Omit<import("svelte/elements
|
|
690
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEDropShadowElement>, "style">, {}, string>;
|
|
691
691
|
feFlood: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
692
692
|
children?: import("svelte").Snippet;
|
|
693
693
|
class?: string;
|
|
694
694
|
el?: unknown;
|
|
695
|
-
} & Omit<import("svelte/elements
|
|
695
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEFloodElement>, "style">, {}, string>;
|
|
696
696
|
feFuncA: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
697
697
|
children?: import("svelte").Snippet;
|
|
698
698
|
class?: string;
|
|
699
699
|
el?: unknown;
|
|
700
|
-
} & Omit<import("svelte/elements
|
|
700
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEFuncAElement>, "style">, {}, string>;
|
|
701
701
|
feFuncB: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
702
702
|
children?: import("svelte").Snippet;
|
|
703
703
|
class?: string;
|
|
704
704
|
el?: unknown;
|
|
705
|
-
} & Omit<import("svelte/elements
|
|
705
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEFuncBElement>, "style">, {}, string>;
|
|
706
706
|
feFuncG: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
707
707
|
children?: import("svelte").Snippet;
|
|
708
708
|
class?: string;
|
|
709
709
|
el?: unknown;
|
|
710
|
-
} & Omit<import("svelte/elements
|
|
710
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEFuncGElement>, "style">, {}, string>;
|
|
711
711
|
feFuncR: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
712
712
|
children?: import("svelte").Snippet;
|
|
713
713
|
class?: string;
|
|
714
714
|
el?: unknown;
|
|
715
|
-
} & Omit<import("svelte/elements
|
|
715
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEFuncRElement>, "style">, {}, string>;
|
|
716
716
|
feGaussianBlur: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
717
717
|
children?: import("svelte").Snippet;
|
|
718
718
|
class?: string;
|
|
719
719
|
el?: unknown;
|
|
720
|
-
} & Omit<import("svelte/elements
|
|
720
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEGaussianBlurElement>, "style">, {}, string>;
|
|
721
721
|
feImage: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
722
722
|
children?: import("svelte").Snippet;
|
|
723
723
|
class?: string;
|
|
724
724
|
el?: unknown;
|
|
725
|
-
} & Omit<import("svelte/elements
|
|
725
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEImageElement>, "style">, {}, string>;
|
|
726
726
|
feMerge: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
727
727
|
children?: import("svelte").Snippet;
|
|
728
728
|
class?: string;
|
|
729
729
|
el?: unknown;
|
|
730
|
-
} & Omit<import("svelte/elements
|
|
730
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEMergeElement>, "style">, {}, string>;
|
|
731
731
|
feMergeNode: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
732
732
|
children?: import("svelte").Snippet;
|
|
733
733
|
class?: string;
|
|
734
734
|
el?: unknown;
|
|
735
|
-
} & Omit<import("svelte/elements
|
|
735
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEMergeNodeElement>, "style">, {}, string>;
|
|
736
736
|
feMorphology: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
737
737
|
children?: import("svelte").Snippet;
|
|
738
738
|
class?: string;
|
|
739
739
|
el?: unknown;
|
|
740
|
-
} & Omit<import("svelte/elements
|
|
740
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEMorphologyElement>, "style">, {}, string>;
|
|
741
741
|
feOffset: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
742
742
|
children?: import("svelte").Snippet;
|
|
743
743
|
class?: string;
|
|
744
744
|
el?: unknown;
|
|
745
|
-
} & Omit<import("svelte/elements
|
|
745
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEOffsetElement>, "style">, {}, string>;
|
|
746
746
|
fePointLight: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
747
747
|
children?: import("svelte").Snippet;
|
|
748
748
|
class?: string;
|
|
749
749
|
el?: unknown;
|
|
750
|
-
} & Omit<import("svelte/elements
|
|
750
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFEPointLightElement>, "style">, {}, string>;
|
|
751
751
|
feSpecularLighting: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
752
752
|
children?: import("svelte").Snippet;
|
|
753
753
|
class?: string;
|
|
754
754
|
el?: unknown;
|
|
755
|
-
} & Omit<import("svelte/elements
|
|
755
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFESpecularLightingElement>, "style">, {}, string>;
|
|
756
756
|
feSpotLight: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
757
757
|
children?: import("svelte").Snippet;
|
|
758
758
|
class?: string;
|
|
759
759
|
el?: unknown;
|
|
760
|
-
} & Omit<import("svelte/elements
|
|
760
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFESpotLightElement>, "style">, {}, string>;
|
|
761
761
|
feTile: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
762
762
|
children?: import("svelte").Snippet;
|
|
763
763
|
class?: string;
|
|
764
764
|
el?: unknown;
|
|
765
|
-
} & Omit<import("svelte/elements
|
|
765
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFETileElement>, "style">, {}, string>;
|
|
766
766
|
feTurbulence: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
767
767
|
children?: import("svelte").Snippet;
|
|
768
768
|
class?: string;
|
|
769
769
|
el?: unknown;
|
|
770
|
-
} & Omit<import("svelte/elements
|
|
770
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFETurbulenceElement>, "style">, {}, string>;
|
|
771
771
|
filter: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
772
772
|
children?: import("svelte").Snippet;
|
|
773
773
|
class?: string;
|
|
774
774
|
el?: unknown;
|
|
775
|
-
} & Omit<import("svelte/elements
|
|
775
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGFilterElement>, "style">, {}, string>;
|
|
776
776
|
foreignObject: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
777
777
|
children?: import("svelte").Snippet;
|
|
778
778
|
class?: string;
|
|
779
779
|
el?: unknown;
|
|
780
|
-
} & Omit<import("svelte/elements
|
|
780
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGForeignObjectElement>, "style">, {}, string>;
|
|
781
781
|
g: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
782
782
|
children?: import("svelte").Snippet;
|
|
783
783
|
class?: string;
|
|
784
784
|
el?: unknown;
|
|
785
|
-
} & Omit<import("svelte/elements
|
|
785
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGGElement>, "style">, {}, string>;
|
|
786
786
|
image: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
787
787
|
children?: import("svelte").Snippet;
|
|
788
788
|
class?: string;
|
|
789
789
|
el?: unknown;
|
|
790
|
-
} & Omit<import("svelte/elements
|
|
790
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGImageElement>, "style">, {}, string>;
|
|
791
791
|
line: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
792
792
|
children?: import("svelte").Snippet;
|
|
793
793
|
class?: string;
|
|
794
794
|
el?: unknown;
|
|
795
|
-
} & Omit<import("svelte/elements
|
|
795
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGLineElement>, "style">, {}, string>;
|
|
796
796
|
linearGradient: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
797
797
|
children?: import("svelte").Snippet;
|
|
798
798
|
class?: string;
|
|
799
799
|
el?: unknown;
|
|
800
|
-
} & Omit<import("svelte/elements
|
|
800
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGLinearGradientElement>, "style">, {}, string>;
|
|
801
801
|
marker: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
802
802
|
children?: import("svelte").Snippet;
|
|
803
803
|
class?: string;
|
|
804
804
|
el?: unknown;
|
|
805
|
-
} & Omit<import("svelte/elements
|
|
805
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGMarkerElement>, "style">, {}, string>;
|
|
806
806
|
mask: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
807
807
|
children?: import("svelte").Snippet;
|
|
808
808
|
class?: string;
|
|
809
809
|
el?: unknown;
|
|
810
|
-
} & Omit<import("svelte/elements
|
|
810
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGMaskElement>, "style">, {}, string>;
|
|
811
811
|
metadata: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
812
812
|
children?: import("svelte").Snippet;
|
|
813
813
|
class?: string;
|
|
814
814
|
el?: unknown;
|
|
815
|
-
} & Omit<import("svelte/elements
|
|
815
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGMetadataElement>, "style">, {}, string>;
|
|
816
816
|
mpath: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
817
817
|
children?: import("svelte").Snippet;
|
|
818
818
|
class?: string;
|
|
819
819
|
el?: unknown;
|
|
820
|
-
} & Omit<import("svelte/elements
|
|
820
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGElement>, "style">, {}, string>;
|
|
821
821
|
path: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
822
822
|
children?: import("svelte").Snippet;
|
|
823
823
|
class?: string;
|
|
824
824
|
el?: unknown;
|
|
825
|
-
} & Omit<import("svelte/elements
|
|
825
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGPathElement>, "style">, {}, string>;
|
|
826
826
|
pattern: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
827
827
|
children?: import("svelte").Snippet;
|
|
828
828
|
class?: string;
|
|
829
829
|
el?: unknown;
|
|
830
|
-
} & Omit<import("svelte/elements
|
|
830
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGPatternElement>, "style">, {}, string>;
|
|
831
831
|
polygon: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
832
832
|
children?: import("svelte").Snippet;
|
|
833
833
|
class?: string;
|
|
834
834
|
el?: unknown;
|
|
835
|
-
} & Omit<import("svelte/elements
|
|
835
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGPolygonElement>, "style">, {}, string>;
|
|
836
836
|
polyline: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
837
837
|
children?: import("svelte").Snippet;
|
|
838
838
|
class?: string;
|
|
839
839
|
el?: unknown;
|
|
840
|
-
} & Omit<import("svelte/elements
|
|
840
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGPolylineElement>, "style">, {}, string>;
|
|
841
841
|
radialGradient: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
842
842
|
children?: import("svelte").Snippet;
|
|
843
843
|
class?: string;
|
|
844
844
|
el?: unknown;
|
|
845
|
-
} & Omit<import("svelte/elements
|
|
845
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGRadialGradientElement>, "style">, {}, string>;
|
|
846
846
|
rect: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
847
847
|
children?: import("svelte").Snippet;
|
|
848
848
|
class?: string;
|
|
849
849
|
el?: unknown;
|
|
850
|
-
} & Omit<import("svelte/elements
|
|
850
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGRectElement>, "style">, {}, string>;
|
|
851
851
|
stop: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
852
852
|
children?: import("svelte").Snippet;
|
|
853
853
|
class?: string;
|
|
854
854
|
el?: unknown;
|
|
855
|
-
} & Omit<import("svelte/elements
|
|
855
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGStopElement>, "style">, {}, string>;
|
|
856
856
|
switch: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
857
857
|
children?: import("svelte").Snippet;
|
|
858
858
|
class?: string;
|
|
859
859
|
el?: unknown;
|
|
860
|
-
} & Omit<import("svelte/elements
|
|
860
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGSwitchElement>, "style">, {}, string>;
|
|
861
861
|
symbol: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
862
862
|
children?: import("svelte").Snippet;
|
|
863
863
|
class?: string;
|
|
864
864
|
el?: unknown;
|
|
865
|
-
} & Omit<import("svelte/elements
|
|
865
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGSymbolElement>, "style">, {}, string>;
|
|
866
866
|
text: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
867
867
|
children?: import("svelte").Snippet;
|
|
868
868
|
class?: string;
|
|
869
869
|
el?: unknown;
|
|
870
|
-
} & Omit<import("svelte/elements
|
|
870
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGTextElement>, "style">, {}, string>;
|
|
871
871
|
textPath: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
872
872
|
children?: import("svelte").Snippet;
|
|
873
873
|
class?: string;
|
|
874
874
|
el?: unknown;
|
|
875
|
-
} & Omit<import("svelte/elements
|
|
875
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGTextPathElement>, "style">, {}, string>;
|
|
876
876
|
tspan: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
877
877
|
children?: import("svelte").Snippet;
|
|
878
878
|
class?: string;
|
|
879
879
|
el?: unknown;
|
|
880
|
-
} & Omit<import("svelte/elements
|
|
880
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGTSpanElement>, "style">, {}, string>;
|
|
881
881
|
use: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
882
882
|
children?: import("svelte").Snippet;
|
|
883
883
|
class?: string;
|
|
884
884
|
el?: unknown;
|
|
885
|
-
} & Omit<import("svelte/elements
|
|
885
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGUseElement>, "style">, {}, string>;
|
|
886
886
|
view: import("svelte").Component<import("../../index.js").MotionProps & {
|
|
887
887
|
children?: import("svelte").Snippet;
|
|
888
888
|
class?: string;
|
|
889
889
|
el?: unknown;
|
|
890
|
-
} & Omit<import("svelte/elements
|
|
890
|
+
} & Omit<import("svelte/elements").SVGAttributes<SVGViewElement>, "style">, {}, string>;
|
|
891
891
|
'svelte:window': import("svelte").Component<import("../../index.js").MotionProps & {
|
|
892
892
|
children?: import("svelte").Snippet;
|
|
893
893
|
class?: string;
|
|
894
894
|
el?: unknown;
|
|
895
|
-
} & Omit<import("svelte/elements
|
|
895
|
+
} & Omit<import("svelte/elements").SvelteWindowAttributes, "style">, {}, string>;
|
|
896
896
|
'svelte:document': import("svelte").Component<import("../../index.js").MotionProps & {
|
|
897
897
|
children?: import("svelte").Snippet;
|
|
898
898
|
class?: string;
|
|
899
899
|
el?: unknown;
|
|
900
|
-
} & Omit<import("svelte/elements
|
|
900
|
+
} & Omit<import("svelte/elements").SvelteDocumentAttributes, "style">, {}, string>;
|
|
901
901
|
'svelte:body': import("svelte").Component<import("../../index.js").MotionProps & {
|
|
902
902
|
children?: import("svelte").Snippet;
|
|
903
903
|
class?: string;
|
|
904
904
|
el?: unknown;
|
|
905
|
-
} & Omit<import("svelte/elements
|
|
905
|
+
} & Omit<import("svelte/elements").HTMLAttributes<HTMLElement>, "style">, {}, string>;
|
|
906
906
|
'svelte:fragment': import("svelte").Component<import("../../index.js").MotionProps & {
|
|
907
907
|
children?: import("svelte").Snippet;
|
|
908
908
|
class?: string;
|
|
@@ -944,6 +944,7 @@ declare var m: {
|
|
|
944
944
|
} & Omit<{
|
|
945
945
|
onerror?: (error: unknown, reset: () => void) => void;
|
|
946
946
|
failed?: import("svelte").Snippet<[error: unknown, reset: () => void]>;
|
|
947
|
+
pending?: import("svelte").Snippet;
|
|
947
948
|
}, "style">, {}, string>;
|
|
948
949
|
};
|
|
949
950
|
export { m };
|