chore(widgets): export theme stuff from widget (#3409)

This commit is contained in:
Jordan Frankfurt 2022-03-02 17:20:55 -05:00 committed by GitHub
parent 92e61fa34b
commit b44eb8877c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,5 +1,7 @@
import Swap, { SwapProps } from './components/Swap'
import Widget, { WidgetProps } from './components/Widget'
export { darkTheme, lightTheme } from './theme'
export type { Theme } from './theme/theme'
export { SUPPORTED_LOCALES } from 'constants/locales'
type SwapWidgetProps = SwapProps & WidgetProps