@agendize/design-system
Version:
Agendize web design system
12 lines • 319 B
TypeScript
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