UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

15 lines 528 B
import React from 'react'; import StringValue from "../String/index.js"; import useTranslation from "../../hooks/useTranslation.js"; function Email(props) { var _props$label; const translations = useTranslation().Email; const stringProps = { ...props, label: (_props$label = props.label) !== null && _props$label !== void 0 ? _props$label : translations.label }; return React.createElement(StringValue, stringProps); } Email._supportsSpacingProps = true; export default Email; //# sourceMappingURL=Email.js.map