Skip to content

API Reference / @gtkx/react / SettingValue

Type Alias: SettingValue<K, P>

SettingValue<K, P> = SettingKindValue<K[P] & string>

Defined in: utils/settings.d.ts:5

Type Parameters

K

K extends SettingsSchemaKeys

P

P extends keyof K

Released under the MPL-2.0 License.