@taiga-ui/core
Version:
Core library for creating Angular components and applications using Taiga UI
12 lines (11 loc) • 621 B
TypeScript
import { type TuiDateFormatSettings } from '@taiga-ui/core/tokens';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class TuiDateFormat extends Observable<TuiDateFormatSettings> {
private readonly settings;
private readonly parent;
constructor();
set tuiDateFormat(format: Partial<TuiDateFormatSettings>);
static ɵfac: i0.ɵɵFactoryDeclaration<TuiDateFormat, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiDateFormat, "[tuiDateFormat]", never, { "tuiDateFormat": { "alias": "tuiDateFormat"; "required": false; }; }, {}, never, never, true, never>;
}