UNPKG

@taiga-ui/core

Version:

Core library for creating Angular components and applications using Taiga UI

6 lines (5 loc) 178 B
import { InjectionToken } from '@angular/core'; /** * The first day of the week index */ export declare const TUI_FIRST_DAY_OF_WEEK: InjectionToken<0 | 1 | 2 | 3 | 4 | 5 | 6>;