mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
8 lines
158 B
Svelte
8 lines
158 B
Svelte
<script lang="ts">
|
|
import { getFormContext } from './FormProviderCore.svelte';
|
|
|
|
const { values } = getFormContext();
|
|
</script>
|
|
|
|
<slot values={$values} />
|