aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/mui/input/InputOutlined.tsx
blob: 3b40ffc7018e2743becb5a31086fc06612b50060 (plain)
1
2
3
4
5
import { h, VNode } from "preact";

export function InputOutlined(): VNode {
  return <div />;
}