fix: 修复tabs已知问题
This commit is contained in:
12
packages/@vben-core/uikit/tabs-ui/src/interface.ts
Normal file
12
packages/@vben-core/uikit/tabs-ui/src/interface.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { IContextMenuItem } from '@vben-core/shadcn-ui';
|
||||
import type { TabItem } from '@vben-core/typings';
|
||||
|
||||
interface TabsProps {
|
||||
maxWidth?: number;
|
||||
menus?: (data: any) => IContextMenuItem[];
|
||||
minWidth?: number;
|
||||
showIcon?: boolean;
|
||||
tabs?: TabItem[];
|
||||
}
|
||||
|
||||
export type { TabsProps };
|
Reference in New Issue
Block a user