@voiceiq/web-components
Version:
VoiceIQ Web Component library
7 lines (6 loc) • 389 B
TypeScript
import React from 'react';
import { PasswordInputProps } from './PasswordInput.types';
declare const PasswordInputComponent: React.ForwardRefExoticComponent<PasswordInputProps & React.RefAttributes<HTMLDivElement>>;
export { Theme as PasswordInputTheme } from './PasswordInput.types';
export { PasswordInputType } from './PasswordInput.types';
export default PasswordInputComponent;