Shared:Components:Emain-input: add import TValidate type

This commit is contained in:
Darya Umrikhina 2024-07-11 12:00:14 +04:00
parent d9029e834e
commit ae2e197f25

View File

@ -24,4 +24,6 @@
// content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0 // content are licensed under the terms of the Creative Commons Attribution-ShareAlike 4.0
// International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode // International. See the License terms at http://creativecommons.org/licenses/by-sa/4.0/legalcode
export { TValidate } from "./EmailInput.types";
export { EmailInput } from "./EmailInput"; export { EmailInput } from "./EmailInput";