We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571296d commit f4ac300Copy full SHA for f4ac300
1 file changed
packages/smart-routing-address-react/src/index.ts
@@ -4,6 +4,8 @@
4
*/
5
6
// Components
7
+export type { AddressDisplayProps } from './components/AddressDisplay'
8
+export { AddressDisplay } from './components/AddressDisplay'
9
export type { TokenChainPillProps } from './components/TokenChainPill'
10
export { TokenChainPill } from './components/TokenChainPill'
11
0 commit comments