SettingsState: {
    register: ((action: ((s: Settings) => void)) => void);
    update: ((updater: ((s: Settings) => void)) => void);
    value: Settings;
}

Type declaration

Generated using TypeDoc