dappconnect-sdks/packages/status-react/src/index.tsx

6 lines
254 B
TypeScript

export type { CommunityProps } from './routes'
export { Community } from './routes'
export { darkTheme, theme as lightTheme } from './styles/config'
export type { Config } from './types/config'
export { HashRouter, MemoryRouter } from 'react-router-dom'