变更
This commit is contained in:
2
types/component/tab/interface.d.ts
vendored
2
types/component/tab/interface.d.ts
vendored
@@ -12,4 +12,4 @@ export interface TabsContext {
|
||||
addItem: (id: string, data: TabData) => void;
|
||||
removeItem: (id: string) => void;
|
||||
}
|
||||
export declare type TabPosition = "top" | "bottom" | "left" | "right";
|
||||
export type TabPosition = "top" | "bottom" | "left" | "right";
|
||||
|
||||
Reference in New Issue
Block a user