UNPKG

@coreui/angular

Version:

CoreUI Components Library for Angular

10 lines (9 loc) 475 B
import { PipeTransform } from '@angular/core'; import { SidebarNavHelper } from './sidebar-nav.service'; import * as i0 from "@angular/core"; export declare class SidebarNavItemClassPipe implements PipeTransform { readonly helper: SidebarNavHelper; transform(item: any, args?: any[]): any; static ɵfac: i0.ɵɵFactoryDeclaration<SidebarNavItemClassPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<SidebarNavItemClassPipe, "cSidebarNavItemClass", true>; }