All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.reduxkotlin.Action.kt Maven / Gradle / Ivy

The newest version!
package org.reduxkotlin

object ActionTypes {
    /**
     * Default start action sent when store is created.
     */
    object INIT
    /**
     * Action sent when reducer is replaced.
     */
    object REPLACE
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy