types: export more types (#8652)

This commit is contained in:
neverland
2021-05-03 09:47:56 +08:00
committed by GitHub
parent 721ecb6e76
commit 914aafb1d8
9 changed files with 14 additions and 5 deletions
+1
View File
@@ -5,3 +5,4 @@ const AddressList = withInstall<typeof _AddressList>(_AddressList);
export default AddressList;
export { AddressList };
export type { AddressListAddress } from './AddressListItem';