(
config: InheritedColorConfig<Datum>,
theme?: Theme
)
| 127 | } |
| 128 | |
| 129 | export const useInheritedColor = <Datum = any>( |
| 130 | config: InheritedColorConfig<Datum>, |
| 131 | theme?: Theme |
| 132 | ) => useMemo(() => getInheritedColorGenerator<Datum>(config, theme), [config, theme]) |
no test coverage detected