@karmaniverous/hook-form-semantic
    Preparing search index...

    Type Alias Presets

    Presets: Record<
        string,
        {
            epoch: "past"
            | "present"
            | "future";
            text: string;
            value: DateRange | (() => DateRange);
        },
    >