Interface ResearchTabProps

Source
interface ResearchTabProps {
    description: string;
    label: string;
    name: string;
}

Properties§

Source§

description: string

Source§

label: string

Source§

name: string