cosmic-internal-jdk
Version:
KingScript: JDK1.8
44 lines (43 loc) • 3.09 kB
TypeScript
/// <reference types="dist/index" />
export type AbstractChronology = $.java.time.chrono.AbstractChronology;
export declare const AbstractChronology: $.java.time.chrono.AbstractChronologyConstructor;
export type ChronoLocalDate = $.java.time.chrono.ChronoLocalDate;
export declare const ChronoLocalDate: $.java.time.chrono.ChronoLocalDateConstructor;
export type ChronoLocalDateTime = $.java.time.chrono.ChronoLocalDateTime;
export declare const ChronoLocalDateTime: $.java.time.chrono.ChronoLocalDateTimeConstructor;
export type ChronoPeriod = $.java.time.chrono.ChronoPeriod;
export declare const ChronoPeriod: $.java.time.chrono.ChronoPeriodConstructor;
export type ChronoZonedDateTime = $.java.time.chrono.ChronoZonedDateTime;
export declare const ChronoZonedDateTime: $.java.time.chrono.ChronoZonedDateTimeConstructor;
export type Chronology = $.java.time.chrono.Chronology;
export declare const Chronology: $.java.time.chrono.ChronologyConstructor;
export type Era = $.java.time.chrono.Era;
export declare const Era: $.java.time.chrono.EraConstructor;
export type HijrahChronology = $.java.time.chrono.HijrahChronology;
export declare const HijrahChronology: $.java.time.chrono.HijrahChronologyConstructor;
export type HijrahDate = $.java.time.chrono.HijrahDate;
export declare const HijrahDate: $.java.time.chrono.HijrahDateConstructor;
export declare const HijrahEra: typeof $.java.time.chrono.HijrahEra;
export type HijrahEra = $.java.time.chrono.HijrahEra;
export type IsoChronology = $.java.time.chrono.IsoChronology;
export declare const IsoChronology: $.java.time.chrono.IsoChronologyConstructor;
export declare const IsoEra: typeof $.java.time.chrono.IsoEra;
export type IsoEra = $.java.time.chrono.IsoEra;
export type JapaneseChronology = $.java.time.chrono.JapaneseChronology;
export declare const JapaneseChronology: $.java.time.chrono.JapaneseChronologyConstructor;
export type JapaneseDate = $.java.time.chrono.JapaneseDate;
export declare const JapaneseDate: $.java.time.chrono.JapaneseDateConstructor;
export type JapaneseEra = $.java.time.chrono.JapaneseEra;
export declare const JapaneseEra: $.java.time.chrono.JapaneseEraConstructor;
export type MinguoChronology = $.java.time.chrono.MinguoChronology;
export declare const MinguoChronology: $.java.time.chrono.MinguoChronologyConstructor;
export type MinguoDate = $.java.time.chrono.MinguoDate;
export declare const MinguoDate: $.java.time.chrono.MinguoDateConstructor;
export declare const MinguoEra: typeof $.java.time.chrono.MinguoEra;
export type MinguoEra = $.java.time.chrono.MinguoEra;
export type ThaiBuddhistChronology = $.java.time.chrono.ThaiBuddhistChronology;
export declare const ThaiBuddhistChronology: $.java.time.chrono.ThaiBuddhistChronologyConstructor;
export type ThaiBuddhistDate = $.java.time.chrono.ThaiBuddhistDate;
export declare const ThaiBuddhistDate: $.java.time.chrono.ThaiBuddhistDateConstructor;
export declare const ThaiBuddhistEra: typeof $.java.time.chrono.ThaiBuddhistEra;
export type ThaiBuddhistEra = $.java.time.chrono.ThaiBuddhistEra;