UNPKG

zod-to-fields

Version:

Turn your Zod schemas into configurable field arrays for easy integration with HTML, React, Vue, and more.

7 lines 281 B
// I don't remember why I created commented types, but I think I can remove them // type AdditionalAttributes = { // [key: string]: any // } // export type ExtendedFieldAttributes = BaseFieldAttributes & AdditionalAttributes export {}; //# sourceMappingURL=FieldAttributes.js.map