interface State {
    locked?: boolean;
}

Properties

Properties

locked?: boolean