chore: update uikit -> ui-kit
This commit is contained in:
12
packages/@core/ui-kit/tabs-ui/src/interface.ts
Normal file
12
packages/@core/ui-kit/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