ThemeBuilderConfigOf
Generic types: | Builder |
Utility type that extracts the accepted configuration type from a
type.
Presentation
type ThemeBuilderConfigOf =
Builder extends ThemeBuilder <infer Config> ? Config : never ;
Generic types: | Builder |
Utility type that extracts the accepted configuration type from a
type.
type ThemeBuilderConfigOf =
Builder extends ThemeBuilder <infer Config> ? Config : never ;