types(Field): should export FieldInstance type (#9254)

This commit is contained in:
neverland 2021-08-12 23:55:04 +08:00 committed by GitHub
parent b86b38cebe
commit a6b34d24b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ export { Field };
export type { export type {
FieldType, FieldType,
FieldRule, FieldRule,
FieldInstance,
FieldTextAlign, FieldTextAlign,
FieldClearTrigger, FieldClearTrigger,
FieldFormatTrigger, FieldFormatTrigger,