Skip to main content

DefaultPropsType TypeAlias

Default type used for column and row "props" fields.

This API is reserved for internal system use and should not be imported directly. It may change at any time without notice.

For more information about our API support guarantees, see here.

Signature

type DefaultPropsType = ReturnType<typeof SchemaFactory.optional<[]>>;