UNPKG

@keen.io/ui-core

Version:

Keen visual components library

5 lines (4 loc) 153 B
import { FC } from 'react'; import { InputProps } from '../input'; export declare const PasswordInput: FC<InputProps>; export default PasswordInput;