refactor(project): remove the use of core internal bem syntax
This commit is contained in:
4
packages/@core/shared/typings/src/basic.d.ts
vendored
4
packages/@core/shared/typings/src/basic.d.ts
vendored
@@ -5,7 +5,7 @@ interface BasicOption {
|
||||
|
||||
interface SelectOption extends BasicOption {}
|
||||
|
||||
interface TabsOption extends BasicOption {}
|
||||
interface TabOption extends BasicOption {}
|
||||
|
||||
interface BasicUserInfo {
|
||||
/**
|
||||
@@ -30,4 +30,4 @@ interface BasicUserInfo {
|
||||
username: string;
|
||||
}
|
||||
|
||||
export type { BasicOption, BasicUserInfo, SelectOption, TabsOption };
|
||||
export type { BasicOption, BasicUserInfo, SelectOption, TabOption };
|
||||
|
@@ -1,3 +1,3 @@
|
||||
import type { RouteLocationNormalized } from 'vue-router';
|
||||
|
||||
export type TabItem = RouteLocationNormalized;
|
||||
export type TabDefinition = RouteLocationNormalized;
|
||||
|
Reference in New Issue
Block a user