UNPKG

@agendize/design-system

Version:
12 lines 319 B
import { Mandatory } from "../../../viewModel"; export interface FieldEmailProps { id: string; label: string; modelValue?: string; helperMessage?: string; placeholder?: string; mandatory: Mandatory; disabled?: boolean; validateOnMount?: boolean; } //# sourceMappingURL=viewModel.d.ts.map