callstack / react-theme-provider

A set of utilities that help you create your own React theming system in few easy steps
MIT License
466 stars 54 forks source link

Extract `withTheme` return type #151

Open DimitarNestorov opened 1 year ago

DimitarNestorov commented 1 year ago

Summary

Extract withTheme return type

See https://github.com/callstack/react-native-paper/pull/3603

Test plan

Ran yarn test, yarn typescript, and yarn lint. No issues.