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