UNPKG

@stimulus-library/controllers

Version:

A library of useful controllers for Stimulus

14 lines (13 loc) 390 B
import { BaseController } from "@stimulus-library/utilities"; export declare class PresenceController extends BaseController { static values: { name: StringConstructor; }; nameValue: string; readonly hasNameValue: boolean; get name(): string; get _addedEventName(): string; get _removedEventName(): string; connect(): void; disconnect(): void; }