// Copyright 2017-2026 @pezkuwi/react-params authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { Props } from '../types.js'; import React from 'react'; import BasicAccountIdBase from './BasicAccountIdBase.js'; function BasicAccountId32 (props: Props): React.ReactElement { return ( ); } export default React.memo(BasicAccountId32);