UNPKG

@stimulus-library/controllers

Version:

A library of useful controllers for Stimulus

9 lines (8 loc) 305 B
import { BaseController } from "@stimulus-library/utilities"; export declare class PasswordPeekController extends BaseController { static targets: string[]; readonly passwordTarget: HTMLInputElement; peak(event?: Event): void; hide(event?: Event): void; toggle(event?: Event): void; }