vue-material-you
Version:
Material design 3 UI framework for Vue 3
9 lines (8 loc) • 327 B
TypeScript
import type { InjectionKey, WritableComputedRef, Ref } from "vue";
declare const _default: {
TAB_ARRAY: InjectionKey<Ref<string[]>>;
SWITCH_ARRAY: InjectionKey<Ref<string[]>>;
CURRENT_TAB: InjectionKey<WritableComputedRef<number>>;
SWITCH_TAB: InjectionKey<(index: number) => void>;
};
export default _default;