HoustonAppTabState: {
    currentComponent: ComputedRef<Component | undefined>;
    index: WritableComputedRef<number>;
    labels: ComputedRef<string[]>;
}

Type declaration