Skip to content

Commit

Permalink
fix(find-replace): add locale exports (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Apr 2, 2024
1 parent dec3b8a commit a573166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/find-replace/src/index.ts
Expand Up @@ -25,3 +25,4 @@ export type {
IReplaceAllResult,
} from './services/find-replace.service';
export { FindModel, IFindReplaceService, FindBy, FindScope, FindDirection } from './services/find-replace.service';
export { enUS, zhCN } from './locale';

0 comments on commit a573166

Please sign in to comment.