@naturacosmeticos/natds-web
Version:
A collection of components from Natura Design System for React websites and webapps
6 lines (5 loc) • 312 B
TypeScript
import * as React from 'react';
import { IPasswordRevealProps } from './PasswordReveal.props';
export { IPasswordRevealProps } from './PasswordReveal.props';
export declare const PasswordReveal: React.ForwardRefExoticComponent<IPasswordRevealProps & React.RefAttributes<unknown>>;
export default PasswordReveal;