docs(form): import types from @nuxt/ui

This commit is contained in:
Benjamin Canac
2025-02-04 14:56:49 +01:00
parent 10fb843f8f
commit 961711c7b7
7 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import { object, string, nonempty, refine, type Infer } from 'superstruct'
import type { FormSubmitEvent } from '#ui/types'
import type { FormSubmitEvent } from '@nuxt/ui'
const schema = object({
email: nonempty(string()),