UNPKG

@stimulus-library/controllers

Version:

A library of useful controllers for Stimulus

8 lines (7 loc) 221 B
import { BaseController } from "@stimulus-library/utilities"; export declare class FullscreenController extends BaseController { enter: () => void; exit: () => void; toggle: () => void; connect(): void; }