Documentation
    Preparing search index...

    Variable cronLightPropsConst

    cronLightProps: () => {
        clearable: { default: boolean; type: BooleanConstructor };
        cols: {
            default: () => {
                day: number;
                hour: number;
                minute: number;
                second: number;
            };
            type: PropType<Record<string, number>>;
        };
        customLocale: { type: PropType<Localization> };
        disabled: { default: boolean; type: BooleanConstructor };
        fields: { type: PropType<Field[]> };
        format: { type: PropType<CronFormat> };
        locale: { type: StringConstructor };
        modelValue: { type: StringConstructor };
        period: { type: StringConstructor };
        periods: { type: PropType<Period[]> };
        theme: { default: string; type: PropType<"ant" | "legacy"> };
    }

    Type Declaration

      • (): {
            clearable: { default: boolean; type: BooleanConstructor };
            cols: {
                default: () => {
                    day: number;
                    hour: number;
                    minute: number;
                    second: number;
                };
                type: PropType<Record<string, number>>;
            };
            customLocale: { type: PropType<Localization> };
            disabled: { default: boolean; type: BooleanConstructor };
            fields: { type: PropType<Field[]> };
            format: { type: PropType<CronFormat> };
            locale: { type: StringConstructor };
            modelValue: { type: StringConstructor };
            period: { type: StringConstructor };
            periods: { type: PropType<Period[]> };
            theme: { default: string; type: PropType<"ant" | "legacy"> };
        }
      • Returns {
            clearable: { default: boolean; type: BooleanConstructor };
            cols: {
                default: () => {
                    day: number;
                    hour: number;
                    minute: number;
                    second: number;
                };
                type: PropType<Record<string, number>>;
            };
            customLocale: { type: PropType<Localization> };
            disabled: { default: boolean; type: BooleanConstructor };
            fields: { type: PropType<Field[]> };
            format: { type: PropType<CronFormat> };
            locale: { type: StringConstructor };
            modelValue: { type: StringConstructor };
            period: { type: StringConstructor };
            periods: { type: PropType<Period[]> };
            theme: { default: string; type: PropType<"ant" | "legacy"> };
        }