antd-typed

Installation

Add antd-typed to your Ant Design project.

Requirements

  • React 18.0+ or 19.0+
  • Ant Design 5.0+ or 6.0+

Install

bash npm install antd-typed
bash pnpm add antd-typed
bash bun add antd-typed
bash yarn add antd-typed

Schema Validator

antd-typed works with any Standard Schema compatible validator. Install your preferred library:

bash npm install zod
bash npm install valibot
bash npm install arktype

You can also use antd-typed without a schema validator by passing a TypeScript type directly, though you lose runtime validation.

On this page