Interface ChaptersMenuItemComponentDependencies

interface ChaptersMenuItemComponentDependencies {
    componentOptions: ChaptersTrackMenuItemOptions;
    name: string;
    type?: string;
}

Hierarchy (view full)

Properties

name: string
type?: string