Type Alias ConfigWithOptionalStyle<T>

ConfigWithOptionalStyle<T>: WithOptionalPartial<T, "style">

Intended to be used in component constructors. 'style' property is made optional, style type 'S' type is made Partial

Type Parameters

  • T extends ComponentConfig<any>