[1] added state to add event to calendars
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
declare namespace Intl {
|
||||
type Key = 'calendar' | 'collation' | 'currency' | 'numberingSystem' | 'timeZone' | 'unit';
|
||||
|
||||
function supportedValuesOf(input: Key): string[];
|
||||
}
|
||||
Reference in New Issue
Block a user