hongluan-ui
Version:
Hongluan Component Library for Vue 3
33 lines (32 loc) • 1.08 kB
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<import("vue").ExtractPropTypes<{
focusable: {
type: BooleanConstructor;
default: boolean;
};
active: {
type: BooleanConstructor;
default: boolean;
};
}>> & {
onFocus?: (...args: any[]) => any;
onKeydown?: (...args: any[]) => any;
onMousedown?: (...args: any[]) => any;
}, {
active: boolean;
focusable: boolean;
}>;
export default _default;