UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

5 lines (4 loc) 98 B
import { z } from 'zod'; export const createTaskItemSchema = z.object({ name: z.string(), });