/// /// LDP_Mode.kt /// This file was generated by nitrogen. DO NOT MODIFY THIS FILE. /// https://github.com/mrousavy/nitro /// Copyright © Marc Rousavy @ Margelo /// package com.margelo.nitro.lunardatepicker import androidx.annotation.Keep import com.facebook.proguard.annotations.DoNotStrip /** * Represents the JavaScript enum/union "LDP_Mode". */ @DoNotStrip @Keep enum class LDP_Mode(@DoNotStrip @Keep val value: Int) { SINGLE(0), RANGE(1); companion object }