Documents / @faasjs/ant-design / BaseExtendTypeProps
Type Alias: BaseExtendTypeProps<T>
BaseExtendTypeProps<
T> =object
Base shape for custom item type definitions accepted by extendTypes.
Type Parameters
T
T = any
Value type rendered or edited by the custom type.
Properties
children?
optionalchildren?:UnionFaasItemElement<T>
render?
optionalrender?:UnionFaasItemRender<T>