UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

16 lines 425 B
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import type { Ref } from 'vue'; export declare class FocusRingController { private host; private _visible; get visible(): boolean; set visible(value: boolean); private attachale; constructor(host: Ref<HTMLElement | null>); private readonly handleEvent; } //# sourceMappingURL=focus-ring-controller.d.ts.map