UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

8 lines (7 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EmuSiteCreateSchema = void 0; const zod_1 = require("zod"); exports.EmuSiteCreateSchema = zod_1.z.object({ name: zod_1.z.string().default("google").optional(), });