UNPKG

@stimulus-library/controllers

Version:

A library of useful controllers for Stimulus

12 lines (11 loc) 329 B
import { BaseController } from "@stimulus-library/utilities"; export declare class RefreshPageController extends BaseController { static values: { onLoad: BooleanConstructor; }; onLoadValue: boolean; readonly hasOnLoadValue: boolean; get onLoad(): boolean; connect(): void; refresh(): void; }