Initialize hte store with this.

interface ValueReset {
    reset?: any;
    value: any;
}

Properties

Properties

reset?: any
value: any

Generated using TypeDoc