UNPKG

@arteneo/forge

Version:
7 lines (6 loc) 249 B
import React from "react"; import { TextProps } from "../../../components/Form/fields/Text"; type PasswordProps = TextProps; declare const Password: (textProps: PasswordProps) => React.JSX.Element; export default Password; export { PasswordProps };