UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

12 lines (11 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tagSchema = void 0; const zod_1 = require("zod"); exports.tagSchema = zod_1.z.object({ id: zod_1.z.string(), title: zod_1.z.string(), // status: z.string(), // label: z.string(), // priority: z.string(), });