You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.4 KiB
44 lines
2.4 KiB
import type { StyleValue } from 'vue';
|
|
declare const _default: import("vue").DefineComponent<{
|
|
style: import("../../../utils/props").BuildPropReturn<import("../../../utils/props").PropWrapper<StyleValue>, unknown, unknown, unknown, unknown>;
|
|
currentTabId: import("../../../utils/props").BuildPropReturn<import("../../../utils/props").PropWrapper<string | null>, unknown, unknown, unknown, unknown>;
|
|
defaultCurrentTabId: StringConstructor;
|
|
loop: BooleanConstructor;
|
|
dir: import("../../../utils/props").BuildPropReturn<StringConstructor, string, unknown, string, unknown>;
|
|
orientation: import("../../../utils/props").BuildPropReturn<import("../../../utils/props").PropWrapper<"horizontal" | "vertical" | undefined>, unknown, unknown, unknown, unknown>;
|
|
onBlur: FunctionConstructor;
|
|
onFocus: FunctionConstructor;
|
|
onMousedown: FunctionConstructor;
|
|
}, void, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("currentTabIdChange" | "entryFocus")[], "currentTabIdChange" | "entryFocus", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
style?: unknown;
|
|
currentTabId?: unknown;
|
|
defaultCurrentTabId?: unknown;
|
|
loop?: unknown;
|
|
dir?: unknown;
|
|
orientation?: unknown;
|
|
onBlur?: unknown;
|
|
onFocus?: unknown;
|
|
onMousedown?: unknown;
|
|
} & {
|
|
dir: string;
|
|
loop: boolean;
|
|
} & {
|
|
style?: StyleValue | undefined;
|
|
onMousedown?: Function | undefined;
|
|
onFocus?: Function | undefined;
|
|
onBlur?: Function | undefined;
|
|
currentTabId?: import("../../../utils/props").BuildPropType<import("../../../utils/props").PropWrapper<string | null>, unknown, unknown> | undefined;
|
|
defaultCurrentTabId?: string | undefined;
|
|
orientation?: import("../../../utils/props").BuildPropType<import("../../../utils/props").PropWrapper<"horizontal" | "vertical" | undefined>, unknown, unknown>;
|
|
}> & {
|
|
onCurrentTabIdChange?: ((...args: any[]) => any) | undefined;
|
|
onEntryFocus?: ((...args: any[]) => any) | undefined;
|
|
}, {
|
|
dir: string;
|
|
style: StyleValue;
|
|
loop: boolean;
|
|
currentTabId: import("../../../utils/props").BuildPropType<import("../../../utils/props").PropWrapper<string | null>, unknown, unknown>;
|
|
orientation: import("../../../utils/props").BuildPropType<import("../../../utils/props").PropWrapper<"horizontal" | "vertical" | undefined>, unknown, unknown>;
|
|
}>;
|
|
export default _default;
|