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.
22 lines
870 B
22 lines
870 B
declare const _default: import("vue").DefineComponent<{
|
|
loop: BooleanConstructor;
|
|
trapped: BooleanConstructor;
|
|
}, {
|
|
focusTrapRef: import("vue").Ref<HTMLElement | null | undefined>;
|
|
forwardRef: import("vue").Ref<HTMLElement | null>;
|
|
onKeydown: (e: KeyboardEvent) => void;
|
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("mountOnFocus" | "unmountOnFocus")[], "mountOnFocus" | "unmountOnFocus", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
loop?: unknown;
|
|
trapped?: unknown;
|
|
} & {
|
|
loop: boolean;
|
|
trapped: boolean;
|
|
} & {}> & {
|
|
onMountOnFocus?: ((...args: any[]) => any) | undefined;
|
|
onUnmountOnFocus?: ((...args: any[]) => any) | undefined;
|
|
}, {
|
|
loop: boolean;
|
|
trapped: boolean;
|
|
}>;
|
|
export default _default;
|