zod-to-fields
Version:
Turn your Zod schemas into configurable field arrays for easy integration with HTML, React, Vue, and more.
8 lines • 347 B
JavaScript
;
// 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
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=FieldAttributes.js.map