@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
7 lines • 316 B
TypeScript
import React from 'react';
export interface PasswordToggleIconProps extends React.ComponentPropsWithoutRef<'svg'> {
reveal: boolean;
size: number;
}
export declare function PasswordToggleIcon({ reveal, size, ...others }: PasswordToggleIconProps): JSX.Element;
//# sourceMappingURL=PasswordToggleIcon.d.ts.map