Commit b44eb887 authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

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

parent 92e61fa3
import Swap, { SwapProps } from './components/Swap' import Swap, { SwapProps } from './components/Swap'
import Widget, { WidgetProps } from './components/Widget' import Widget, { WidgetProps } from './components/Widget'
export { darkTheme, lightTheme } from './theme'
export type { Theme } from './theme/theme'
export { SUPPORTED_LOCALES } from 'constants/locales' export { SUPPORTED_LOCALES } from 'constants/locales'
type SwapWidgetProps = SwapProps & WidgetProps type SwapWidgetProps = SwapProps & WidgetProps
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment