UNPKG

@agendize/design-system

Version:
20 lines 561 B
import { Mandatory } from "../../../viewModel"; import { AttributesProperties } from "../../../../../utils/attributesProperties"; export interface FieldToggleProps { id: string; ariaLabel?: string; label: string; modelValue?: boolean; helperMessage?: string; placeholder?: string; color?: string; mandatory: Mandatory; disabled?: boolean; showError?: boolean; allowHtml?: boolean; attributes?: { label?: AttributesProperties; }; stopPropagation?: boolean; } //# sourceMappingURL=viewModel.d.ts.map