iink-ts - v4.0.0
    Preparing search index...

    Type Alias TModalField

    type TModalField = {
        defaultValue?: string | number;
        id: string;
        label: string;
        options?: TModalFieldOption[];
        placeholder?: string;
        type: "text" | "number" | "select";
    }
    Index
    defaultValue?: string | number
    id: string
    label: string
    options?: TModalFieldOption[]
    placeholder?: string
    type: "text" | "number" | "select"