types(Tabs): add TabsInstance type (#9174)

* types(Tabs): add TabsInstance type

* types: fix
This commit is contained in:
neverland
2021-08-03 20:30:21 +08:00
committed by GitHub
parent ff464c12fa
commit 795de3dd51
6 changed files with 58 additions and 19 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import { Tabs } from '../tabs';
import { Icon } from '../icon';
// Types
import type { TabsClickTabEventParams } from '../tabs/Tabs';
import type { TabsClickTabEventParams } from '../tabs/types';
const [name, bem, t] = createNamespace('cascader');