mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 01:26:01 +00:00
favorite modal
This commit is contained in:
7
packages/web/src/forms/FormValues.svelte
Normal file
7
packages/web/src/forms/FormValues.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import { getFormContext } from './FormProviderCore.svelte';
|
||||
|
||||
const { values } = getFormContext();
|
||||
</script>
|
||||
|
||||
<slot values={$values} />
|
||||
Reference in New Issue
Block a user