()
| 32 | * @returns A subset of your theme configuration context. |
| 33 | */ |
| 34 | export const useThemeConfig = () => useContext(ThemeConfigContext) |
| 35 | |
| 36 | export const ThemeConfigProvider = ( |
| 37 | props: ComponentProps<typeof ThemeConfigContext.Provider> |
no outgoing calls
no test coverage detected
searching dependent graphs…