Skip to content

Commit b1c9d79

Browse files
authored
feat: export on addPasswordInputTranslations for external usage (#441)
1 parent 4a94ba5 commit b1c9d79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/blocks/PasswordInput.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ addPasswordInputTranslations({
243243
}
244244
});
245245

246+
export { addPasswordInputTranslations };
247+
246248
PasswordInput.displayName = symToStr({ PasswordInput });
247249

248250
export default PasswordInput;

0 commit comments

Comments
 (0)