chore(widgets): export theme stuff from widget (#3409)
This commit is contained in:
parent
92e61fa34b
commit
b44eb8877c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user