Skip to main content

UiInputResult

type
type UiInputResult = { kind: 'submitted'; value: string } | { kind: 'cancelled' }

Import

import { UiInputResult } from '@modular/sdk/view';