@sixbell-telco/sdk
Version:
A collection of reusable components designed for use in Sixbell Telco Angular projects
11 lines (10 loc) • 481 B
TypeScript
import { PipeTransform } from '@angular/core';
import dayjs from 'dayjs';
import 'dayjs/locale/es';
import 'dayjs/locale/pt';
import * as i0 from "@angular/core";
export declare class DatepickerFormatMonthPipe implements PipeTransform {
transform(value: dayjs.Dayjs, language?: string): string;
static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerFormatMonthPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<DatepickerFormatMonthPipe, "datepickerFormatMonth", true>;
}