UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

8 lines (7 loc) 318 B
import type { TabProps } from "../interface"; export declare function useTab(props: TabProps): { classTab: import("vue").ComputedRef<(string | { [x: string]: "default" | "brief" | "card" | import("../interface").TabPosition | undefined; })[]>; }; export type UseTab = ReturnType<typeof useTab>;