UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

11 lines (10 loc) 476 B
import { type PipeTransform } from '@angular/core'; import { type TuiMonth } from '@taiga-ui/cdk/date-time'; import { type Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class TuiMonthPipe implements PipeTransform { private readonly months$; transform({ month }: TuiMonth): Observable<string>; static ɵfac: i0.ɵɵFactoryDeclaration<TuiMonthPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<TuiMonthPipe, "tuiMonth", true>; }