Interface MenuButtonComponentOptions

interface MenuButtonComponentOptions {
    className?: string;
    inline?: boolean;
    name?: string;
    title?: string;
}

Hierarchy (view full)

Properties

className?: string
inline?: boolean
name?: string
title?: string