We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd5735 commit b81c93aCopy full SHA for b81c93a
types/index.d.ts
@@ -1,6 +1,6 @@
1
import { PluginFunc, Dayjs } from 'dayjs';
2
import { CalendarSystemBase } from './calendarSystems/CalendarSystemBase';
3
-type CalendarSystem = 'persian' | 'gregorian' | 'islamic' | 'julian' | 'indian' | 'hebrew' | 'ethiopian' | 'coptic' | 'buddhist' | 'japanese' | 'roc' | 'nanakshahi' | 'isoWeek' | 'week' | 'quarter' | 'month' | 'year' | 'decade' | 'century' | 'millennium';
+export type CalendarSystem = 'persian' | 'gregorian' | 'islamic' | 'julian' | 'indian' | 'hebrew' | 'ethiopian' | 'coptic' | 'buddhist' | 'japanese' | 'roc' | 'nanakshahi' | 'isoWeek' | 'week' | 'quarter' | 'month' | 'year' | 'decade' | 'century' | 'millennium';
4
5
declare module 'dayjs' {
6
interface Dayjs {
0 commit comments