interface MuteButtonProps {
    icon?: {
        volumeOff: ReactNode;
        volumeUp: ReactNode;
    };
}

Properties

Properties

icon?: {
    volumeOff: ReactNode;
    volumeUp: ReactNode;
}

The icon components used in the button.

Type declaration

  • volumeOff: ReactNode
  • volumeUp: ReactNode

Generated using TypeDoc