interface TemporaryState {
    visible?: boolean;
}

Properties

Properties

visible?: boolean