Skip to content

Commit

Permalink
feat: export getLocaleByPath
Browse files Browse the repository at this point in the history
  • Loading branch information
uxuip authored Oct 23, 2023
1 parent d8716ea commit 777a1b5
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 777a1b5

Please sign in to comment.