@nebular/theme
Version:
@nebular/theme
12 lines (11 loc) • 353 B
TypeScript
/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
import { NbIconLibraries } from './icon-libraries';
export declare class NbIconModule {
private iconsLibrary;
private essentialsPackName;
constructor(iconsLibrary: NbIconLibraries);
}