Type alias CommandPopupButtonRefAttribute

CommandPopupButtonRefAttribute: {
    ref?: React.Ref<HTMLDivElement>;
}

Type declaration

  • Optional ref?: React.Ref<HTMLDivElement>