UNPKG

350 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright Akveo. All Rights Reserved.
4 * Licensed under the MIT License. See License.txt in the project root for license information.
5 */
6import { InjectionToken } from '@angular/core';
7import { NbButtonGroupComponent } from './button-group.component';
8export declare const NB_BUTTON_GROUP: InjectionToken<NbButtonGroupComponent>;