@aplus-frontend/ui
Version:
8 lines (7 loc) • 530 B
TypeScript
import { ApFieldDateRangeProps, BasicApFieldProps } from '../interface';
import { Ref } from 'vue';
export declare const useDateTimezone: (props: BasicApFieldProps<{
timezone?: ApFieldDateRangeProps["timezone"];
}>) => {
currentTimezone: Ref<"RJ" | "LD" | "PR" | "VD" | "CP" | "BS" | "MS" | "SP" | "DB" | "NY" | "KR" | "CG" | "TM" | "DV" | "SU" | "LA" | "SH" | "ALS" | undefined, "RJ" | "LD" | "PR" | "VD" | "CP" | "BS" | "MS" | "SP" | "DB" | "NY" | "KR" | "CG" | "TM" | "DV" | "SU" | "LA" | "SH" | "ALS" | undefined>;
};