UNPKG

@bimeister/pupakit.forms

Version:
5 lines (4 loc) 153 B
import { DayOfWeek } from '../enums/day-of-week.enum'; export interface DaySelectorConfig { translates: Record<string, Record<DayOfWeek, string>>; }