UNPKG

@nebular/theme

Version:
12 lines (11 loc) 353 B
/** * @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); }