"use strict";
class Props {
}
exports.Props = Props;
class State {
    constructor() {
        this.show = false;
    }
}
exports.State = State;
