@nebular/theme
Version:
@nebular/theme
9 lines (8 loc) • 350 B
TypeScript
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { InjectionToken } from '@angular/core';
import { NbButtonGroupComponent } from './button-group.component';
export declare const NB_BUTTON_GROUP: InjectionToken<NbButtonGroupComponent>;