|
| 1 | +<script> |
| 2 | + import RemovedPage from '../RemovedPage.svelte'; |
| 3 | +
|
| 4 | + const docs = new Map([ |
| 5 | + ['on-eventname ', ['on:eventname', '/docs/svelte/basic-markup#Events']], |
| 6 | + ['bind-property', ['bind:property', '/docs/svelte/bind']], |
| 7 | + ['binding-select-value ', ['Binding <select> value', '/docs/svelte/bind#select-bind:value']], |
| 8 | + ['media-element-bindings ', ['Media element bindings', '/docs/svelte/bind#audio']], |
| 9 | + ['image-element-bindings ', ['Image element bindings', '/docs/svelte/bind#img']], |
| 10 | + ['block-level-element-bindings ', ['Block-level element bindings', '/docs/svelte/bind#Dimensions']], |
| 11 | + ['bind-group ', ['bind:group', '/docs/svelte/bind#input-bind:group']], |
| 12 | + ['bind-this ', ['bind:this', '/docs/svelte/bind#bind:this']], |
| 13 | + ['class-name ', ['class:name', '/docs/svelte/class']], |
| 14 | + ['style-property ', ['style:property', '/docs/svelte/style']], |
| 15 | + ['use-action', ['use:action', '/docs/svelte/use']], |
| 16 | + ['transition-fn ', ['transition:fn', '/docs/svelte/transition']], |
| 17 | + ['transition-parameters ', ['Transition parameters', '/docs/svelte/transition#Transition-parameters']], |
| 18 | + ['custom-transition-functions ', ['Custom transition functions', '/docs/svelte/transition#Custom-transition-functions']], |
| 19 | + ['transition-events ', ['Transition events', '/docs/svelte/transition#Transition-events']], |
| 20 | + ['in-fn-out-fn ', ['in:fn/out:fn', '/docs/svelte/in-and-out']], |
| 21 | + ['animate-fn ', ['animate:fn', '/docs/svelte/animate']], |
| 22 | + ['animation-parameters ', ['Animation Parameters', '/docs/svelte/animate#Animation-Parameters']], |
| 23 | + ['custom-animation-functions ', ['Custom animation functions', '/docs/svelte/animate#Custom-animation-functions']] |
| 24 | + ]); |
| 25 | +</script> |
| 26 | + |
| 27 | +<RemovedPage {docs} /> |
0 commit comments