UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines (6 loc) 252 B
import React from 'react'; export interface PasswordToggleIconProps { reveal: boolean; } export type PasswordInputVisibilityToggleIcon = React.FC<PasswordToggleIconProps>; export declare const PasswordToggleIcon: PasswordInputVisibilityToggleIcon;