export interface CustomFieldValueProps {
    modelValue?: any;
    text?: string;
    placeholder?: string;
}
