wallet-core/packages/taler-wallet-webextension/src/mui/input/SelectStandard.tsx

6 lines
98 B
TypeScript
Raw Normal View History

2022-03-18 21:52:46 +01:00
import { h, VNode } from "preact";
export function SelectStandard(): VNode {
return <div />;
}