hongluan-ui
Version:
Hongluan Component Library for Vue 3
87 lines (86 loc) • 3.55 kB
TypeScript
import type { CSSProperties } from 'vue';
declare const _default: import("vue").DefineComponent<{
readonly tabs: import("hongluan-ui/es/utils").EpPropFinalized<import("vue").PropType<{
uid: number;
slots: {
[x: string]: import("vue").Slot;
};
props: {
readonly label: string;
readonly disabled: boolean;
readonly closable: boolean;
readonly lazy: boolean;
readonly name?: import("hongluan-ui/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
};
paneName: string | number;
active: boolean;
index: string;
isClosable: boolean;
}[]>, unknown, unknown, () => [], boolean>;
}, {
COMPONENT_NAME: string;
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
readonly tabs: import("hongluan-ui/es/utils").EpPropFinalized<import("vue").PropType<{
uid: number;
slots: {
[x: string]: import("vue").Slot;
};
props: {
readonly label: string;
readonly disabled: boolean;
readonly closable: boolean;
readonly lazy: boolean;
readonly name?: import("hongluan-ui/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
};
paneName: string | number;
active: boolean;
index: string;
isClosable: boolean;
}[]>, unknown, unknown, () => [], boolean>;
}>> & {
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
}>>;
instance: import("vue").ComponentInternalInstance;
rootTabs: import("hongluan-ui/es/tokens").TabsRootContext;
barRef: import("vue").Ref<HTMLDivElement>;
barStyle: import("vue").Ref<CSSProperties>;
getBarStyle: () => CSSProperties;
update: () => CSSProperties;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
readonly tabs: import("hongluan-ui/es/utils").EpPropFinalized<import("vue").PropType<{
uid: number;
slots: {
[x: string]: import("vue").Slot;
};
props: {
readonly label: string;
readonly disabled: boolean;
readonly closable: boolean;
readonly lazy: boolean;
readonly name?: import("hongluan-ui/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
};
paneName: string | number;
active: boolean;
index: string;
isClosable: boolean;
}[]>, unknown, unknown, () => [], boolean>;
}>>, {
tabs: {
uid: number;
slots: {
[x: string]: import("vue").Slot;
};
props: {
readonly label: string;
readonly disabled: boolean;
readonly closable: boolean;
readonly lazy: boolean;
readonly name?: import("hongluan-ui/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
};
paneName: string | number;
active: boolean;
index: string;
isClosable: boolean;
}[];
}>;
export default _default;