Interface StateRefresher

interface StateRefresher {
    refresh: () => void;
}

Properties

Properties

refresh: () => void