pankod/refine

View on GitHub
packages/antd/src/interfaces/field.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type FieldProps<T> = {
  value: T;
};