interface ToggleState {
    on: boolean;
}

Properties

Properties

on: boolean