UNPKG

material-inspired-component-library

Version:

The Material-Inspired Component Library (MICL) offers a collection of beautifully crafted components leveraging native HTML markup, designed to align with the Material Design 3 guidelines.

9 lines 223 B
declare namespace Intl { interface Locale { getWeekInfo(): { firstDay: 1 | 2 | 3 | 4 | 5 | 6 | 7; weekend: number[]; minimalDays: 1 | 2 | 3 | 4 | 5 | 6 | 7; }; } }