UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

9 lines (8 loc) 232 B
import { z } from 'zod'; export declare const EmuSiteCreateSchema: z.ZodObject<{ name: z.ZodOptional<z.ZodDefault<z.ZodString>>; }, "strip", z.ZodTypeAny, { name?: string | undefined; }, { name?: string | undefined; }>;