type TLUiMenuActionItemProps = { actionId?: string } & Partial< Pick<TLUiMenuItemProps, 'disabled' | 'isSelected' | 'noClose' | 'onSelect'> >
We use cookies on this website. Learn more in our Cookie Policy.