UNPKG

@fesjs/fes-design

Version:
7 lines (6 loc) 293 B
import type { InjectionKey } from 'vue'; import type { TabsInject } from './interface'; export declare const COMPONENT_NAME = "FTabs"; export declare const ADD_EVENT = "add"; export declare const CLICK_TAB_EVENT = "clickTab"; export declare const TABS_INJECTION_KEY: InjectionKey<TabsInject>;