We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Field
const field = Field.useField<{ schemaName: string; tableName: string; comment: string; owner: string; }>({ autoUnmount: false, values: {}, });
希望支持这样的泛型写法,能使得 field 使用过程中有更好的类型提示。
Activity