@sandlada/vue-mdc
Version:

45 lines • 1.44 kB
TypeScript
/**
* @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