UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

7 lines (6 loc) 132 B
import { z } from 'zod'; export const ViewSchema = z.object({ id: z.number(), slug: z.string(), viewState: z.any(), });