Files
dsProject/dsBase/WebRoot/html/cdn/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts
2025-08-14 15:45:08 +08:00

30 lines
1.0 KiB
TypeScript

declare const _default: import("vue").DefineComponent<{
focusable: {
type: BooleanConstructor;
default: boolean;
};
active: {
type: BooleanConstructor;
default: boolean;
};
}, {
id: import("vue").Ref<string>;
handleKeydown: (event: Event) => void;
handleFocus: (event: Event) => void;
handleMousedown: (event: Event) => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "keydown" | "mousedown")[], "focus" | "keydown" | "mousedown", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
focusable?: unknown;
active?: unknown;
} & {
active: boolean;
focusable: boolean;
} & {}> & {
onMousedown?: ((...args: any[]) => any) | undefined;
onKeydown?: ((...args: any[]) => any) | undefined;
onFocus?: ((...args: any[]) => any) | undefined;
}, {
active: boolean;
focusable: boolean;
}>;
export default _default;