UNPKG

mt-flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

10 lines (9 loc) 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ViewSchema = void 0; const zod_1 = require("zod"); exports.ViewSchema = zod_1.z.object({ id: zod_1.z.number(), slug: zod_1.z.string(), viewState: zod_1.z.any(), });