UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

4 lines (3 loc) 190 B
import { TextInputProps } from '../../types/components/input'; declare const PasswordInput: (props: TextInputProps) => import("react/jsx-runtime").JSX.Element; export default PasswordInput;