Interface BaseDefProps

Source
interface BaseDefProps {
    label: string;
    name: string;
}

Properties§

Source§

label: string

Source§

name: string