@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
9 lines (8 loc) • 300 B
TypeScript
import { Props as StringFieldProps } from '../String';
export type Props = StringFieldProps;
export declare const pattern: string;
declare function Email(props: Props): import("react/jsx-runtime").JSX.Element;
declare namespace Email {
var _supportsSpacingProps: boolean;
}
export default Email;