@sandlada/vue-mdc
Version:

16 lines • 425 B
TypeScript
/**
* @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