bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
8 lines (7 loc) • 353 B
TypeScript
import { PipeTransform } from "@angular/core";
import * as i0 from "@angular/core";
export declare class OtherToolbarActionPipe implements PipeTransform {
transform(toolbarMap: any): any[];
static ɵfac: i0.ɵɵFactoryDef<OtherToolbarActionPipe, never>;
static ɵpipe: i0.ɵɵPipeDefWithMeta<OtherToolbarActionPipe, "otherToolbarAction">;
}