clarity-angular
Version:
Angular components for Clarity
13 lines (12 loc) • 473 B
TypeScript
/**
* Copyright (c) 2016-2017 VMware, Inc. All Rights Reserved.
* This software is released under MIT license.
* The full license information can be found in LICENSE in the root directory of this project.
*/
import { InjectionToken } from "@angular/core";
export declare const TABS_ID: InjectionToken<number>;
export declare function tokenFactory(): string;
export declare const TABS_ID_PROVIDER: {
provide: InjectionToken<number>;
useFactory: () => string;
};