Skip to content

Commit

Permalink
feat: export getLocaleByPath (alibaba#4006)
Browse files Browse the repository at this point in the history
  • Loading branch information
uxuip authored Oct 24, 2023
1 parent 39d6431 commit 15d51bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/shared/externals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { Form } from '../models'
import { IFormProps } from '../types'
import {
getValidateLocaleIOSCode,
getLocaleByPath,
setValidateLanguage,
registerValidateFormats,
registerValidateLocale,
Expand Down Expand Up @@ -55,6 +56,7 @@ export {
isVoidField,
isVoidFieldState,
getValidateLocaleIOSCode,
getLocaleByPath,
setValidateLanguage,
registerValidateFormats,
registerValidateLocale,
Expand Down

0 comments on commit 15d51bc

Please sign in to comment.