TLUiMenuActionCheckboxItemProps
type TLUiMenuActionCheckboxItemProps = {
actionId?: string;
} & Pick<TLUiMenuCheckboxItemProps, "checked" | "disabled" | "toggle">;Prev
TLUiKeyboardShortcutsDialogPropsNext
TLUiMenuActionItemPropstype TLUiMenuActionCheckboxItemProps = {
actionId?: string;
} & Pick<TLUiMenuCheckboxItemProps, "checked" | "disabled" | "toggle">;