MenuProviderProps

View Source

Signature

interface MenuProviderProps {
  children?: RemixNode;
  label?: string;
}