// Copyright 2017-2026 @pezkuwi/react-components authors & contributors // SPDX-License-Identifier: Apache-2.0 import type { KeyringSectionOption } from '@pezkuwi/ui-keyring/options/types'; import React from 'react'; import Dropdown from '../Dropdown.js'; export default function createHeader (option: KeyringSectionOption): React.ReactNode { return ( ); }