Type alias ComputedEditorOptionValue<T>

ComputedEditorOptionValue<T>: T extends IEditorOption<any, infer R>
    ? R
    : never

Type Parameters