diff options
author | Sebastian <sebasjm@gmail.com> | 2023-05-16 11:33:29 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-05-16 11:33:29 -0300 |
commit | b35404a2b11905a5b3cdd0d59bdd340fb00ad086 (patch) | |
tree | 78d1b8c347e7d0c081046c2ca9423ae5ca21b4ff /packages/exchange-backoffice-ui/src/handlers/InputLine.tsx | |
parent | 245ab840baf1926ef2c03a8965fce85012887d92 (diff) |
final form, i hope
Diffstat (limited to 'packages/exchange-backoffice-ui/src/handlers/InputLine.tsx')
-rw-r--r-- | packages/exchange-backoffice-ui/src/handlers/InputLine.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/exchange-backoffice-ui/src/handlers/InputLine.tsx b/packages/exchange-backoffice-ui/src/handlers/InputLine.tsx index b3a5f8e98..255654949 100644 --- a/packages/exchange-backoffice-ui/src/handlers/InputLine.tsx +++ b/packages/exchange-backoffice-ui/src/handlers/InputLine.tsx @@ -2,7 +2,7 @@ import { TranslatedString } from "@gnu-taler/taler-util"; import { ComponentChildren, Fragment, VNode, h } from "preact"; import { useField } from "./useField.js"; -interface IconAddon { +export interface IconAddon { type: "icon"; icon: VNode; } |