UNPKG

@sandlada/vue-mdc

Version:

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

45 lines 1.44 kB
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 * * [Modified by Sandlada & Kai Orion] * * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import { type SlotsType } from 'vue'; import { type TFocusRingSlot } from './focus-ring.definition'; export declare const FocusRing: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ inward: { default: boolean; type: import("vue").PropType<boolean>; }; shapeInherit: { default: boolean; type: import("vue").PropType<boolean>; }; for: { default: null; type: import("vue").PropType<string | null>; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ inward: { default: boolean; type: import("vue").PropType<boolean>; }; shapeInherit: { default: boolean; type: import("vue").PropType<boolean>; }; for: { default: null; type: import("vue").PropType<string | null>; }; }>> & Readonly<{}>, { for: string | null; inward: boolean; shapeInherit: boolean; }, SlotsType<TFocusRingSlot>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=focus-ring.d.ts.map