UNPKG

v-ingredients

Version:

Reusable Components

14 lines (13 loc) 283 B
export default interface IInputField { id: string, name: string, label?: string, type: string, value: string, error: string, pattern?: RegExp, disabled?: boolean, validation?: string, placeholder?: string, placeholderExternal?: boolean, }