UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

7 lines (6 loc) 340 B
import { InjectionKey } from 'vue'; import { TabsState, AddTab, UpdateTab, DeleteTab } from './types'; export declare const AddTabKey: InjectionKey<AddTab>; export declare const UpdateTabKey: InjectionKey<UpdateTab>; export declare const DeleteTabKey: InjectionKey<DeleteTab>; export declare const TabsProviderKey: InjectionKey<TabsState>;