vue-screenfull
    Preparing search index...

    Variable vScreenfullConst

    vScreenfull: {
        mounted(
            element: HTMLElement,
            binding: DirectiveBinding<ScreenfullDirectiveValue>,
        ): void;
        unmounted(element: HTMLElement): void;
        updated(
            element: HTMLElement,
            binding: DirectiveBinding<ScreenfullDirectiveValue>,
        ): void;
    } = ...

    Type Declaration